This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-10-17 15:15:44 -04:00
parent 20dae79481
commit 82abe2357e
9 changed files with 7 additions and 173 deletions

View File

@@ -1,5 +1,5 @@
<?php
//test
use ProcessMaker\Core\System;
class PmBootstrap extends Bootstrap
@@ -17,9 +17,7 @@ class PmBootstrap extends Bootstrap
require_once PATH_HOME . 'engine/config/paths.php';
//if (php_sapi_name() !== 'cli') {
session_start(); // starting session
//}
session_start(); // starting session
}
//wrapped