Remove include/qclass.php includes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
|
||||
//check for admin privs
|
||||
if(!havepriv("admin"))
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
|
||||
if(!havepriv("admin"))
|
||||
{
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
|
||||
if(!havepriv("admin"))
|
||||
{
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
|
||||
if(!havepriv("admin"))
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
require(BASE."include/"."application.php");
|
||||
require(BASE."include/"."category.php");
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
require(BASE."include/"."application.php");
|
||||
|
||||
if(!is_numeric($_REQUEST['appId']) OR !is_numeric($_REQUEST['versionId']))
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
|
||||
if(!havepriv("admin"))
|
||||
{
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
include("path.php");
|
||||
include(BASE."include/"."incl.php");
|
||||
include(BASE."include/"."tableve.php");
|
||||
include(BASE."include/"."qclass.php");
|
||||
|
||||
if(!havepriv("admin"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user