+ Moved classes to includes/classes catalog
+ Deleted a few of classes + Renamed functions + Fixed bug: Changing user nick in ACP git-svn-id: https://svn.pioder.pl/uf-svn/uF@17 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -18,5 +18,5 @@ define('DB_PASS','%pass%');
|
||||
define('DB_NAME','%dbname%');
|
||||
define('DB_PREFIX','%dbprefix%');
|
||||
define('VERSION','1.0.B3');
|
||||
define('DSF_INSTALLED',false);
|
||||
define('UF_INSTALLED',false);
|
||||
?>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
define('IN_uF',true);
|
||||
include('./../config.php');
|
||||
include('./../includes/constants.php');
|
||||
include('./../includes/class_error.php');
|
||||
include('./../includes/class_db.php');
|
||||
include('./../includes/errors.php');
|
||||
include('./../includes/db.php');
|
||||
include('./functions_add.php');
|
||||
include('./../admin/check_script_data.php');
|
||||
|
||||
@@ -39,7 +39,7 @@ for($i=0; $i<count($script_files);$i++)
|
||||
$count +=1;
|
||||
}
|
||||
}
|
||||
if (DSF_INSTALLED)
|
||||
if (UF_INSTALLED)
|
||||
{
|
||||
header('Location: ../index.php');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user