what is going on
This commit is contained in:
parent
33b8b3c84d
commit
52d6f69626
3 changed files with 4 additions and 4 deletions
|
@ -85,7 +85,7 @@ class Configuration {
|
||||||
trigger_error('Unable to get configuration value!', E_USER_ERROR);
|
trigger_error('Unable to get configuration value!', E_USER_ERROR);
|
||||||
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
// Parse .cfg files, mainly/only used for templates
|
// Parse .cfg files, mainly/only used for templates
|
||||||
public static function parseCfg($data) {
|
public static function parseCfg($data) {
|
||||||
|
|
||||||
|
@ -115,6 +115,6 @@ class Configuration {
|
||||||
// Return the output variable
|
// Return the output variable
|
||||||
return $out;
|
return $out;
|
||||||
|
|
||||||
}*/
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ require_once ROOT_DIRECTORY .'_sakura/vendor/autoload.php';
|
||||||
require_once ROOT_DIRECTORY .'_sakura/components/Main.php';
|
require_once ROOT_DIRECTORY .'_sakura/components/Main.php';
|
||||||
require_once ROOT_DIRECTORY .'_sakura/components/Hashing.php';
|
require_once ROOT_DIRECTORY .'_sakura/components/Hashing.php';
|
||||||
require_once ROOT_DIRECTORY .'_sakura/components/Configuration.php';
|
require_once ROOT_DIRECTORY .'_sakura/components/Configuration.php';
|
||||||
require_once ROOT_DIRECTORY .'_sakura/components/Templates.php';
|
//require_once ROOT_DIRECTORY .'_sakura/components/Templates.php';
|
||||||
require_once ROOT_DIRECTORY .'_sakura/components/Sessions.php';
|
require_once ROOT_DIRECTORY .'_sakura/components/Sessions.php';
|
||||||
require_once ROOT_DIRECTORY .'_sakura/components/Users.php';
|
require_once ROOT_DIRECTORY .'_sakura/components/Users.php';
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ namespace Sakura;
|
||||||
|
|
||||||
// Include components
|
// Include components
|
||||||
require_once '/var/www/flashii.net/_sakura/sakura.php';
|
require_once '/var/www/flashii.net/_sakura/sakura.php';
|
||||||
print 'yeah';
|
|
||||||
// Add page specific things
|
// Add page specific things
|
||||||
$renderData['page'] = [
|
$renderData['page'] = [
|
||||||
'title' => 'Flashii Dev'
|
'title' => 'Flashii Dev'
|
||||||
|
|
Reference in a new issue