a
This commit is contained in:
parent
c84f202178
commit
96b5d71abc
6 changed files with 26 additions and 0 deletions
12
_sakura/components/Sessions.php
Normal file
12
_sakura/components/Sessions.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Session Handler
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Flashii;
|
||||||
|
|
||||||
|
class Session {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -27,6 +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/Sessions.php';
|
||||||
|
|
||||||
// Generate path to database driver
|
// Generate path to database driver
|
||||||
$_DBNGNPATH = ROOT_DIRECTORY .'_sakura/components/database/' . $fiiConf['db']['driver'] . '.php';
|
$_DBNGNPATH = ROOT_DIRECTORY .'_sakura/components/database/' . $fiiConf['db']['driver'] . '.php';
|
||||||
|
|
0
_sakura/templates/amu/2016
Normal file
0
_sakura/templates/amu/2016
Normal file
0
_sakura/templates/mio/2014
Normal file
0
_sakura/templates/mio/2014
Normal file
0
_sakura/templates/yuuno/2015
Normal file
0
_sakura/templates/yuuno/2015
Normal file
13
main/amutests.html
Normal file
13
main/amutests.html
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>Amu Style Tests</title>
|
||||||
|
<style type="text/css">
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<input type="submit" />
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in a new issue