mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:57:03 +02:00
merging new gui part #1
This commit is contained in:
@ -8,6 +8,8 @@ function go_to_setup() {
|
||||
$stat = stat("config.php") or go_to_setup();
|
||||
if($stat[7] < 15){ go_to_setup(); }
|
||||
|
||||
session_start();
|
||||
|
||||
|
||||
require_once("config.php");
|
||||
|
||||
@ -18,9 +20,6 @@ $request = new Request();
|
||||
Registry::set("request", $request);
|
||||
|
||||
|
||||
session_start();
|
||||
|
||||
|
||||
Registry::set('document', new Document());
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user