mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:17:01 +02:00
util fixes
This commit is contained in:
@ -6,6 +6,8 @@ $start = NULL;
|
||||
$stop = NULL;
|
||||
$timestart = microtime(true);
|
||||
|
||||
ini_set("session.save_path", "/tmp");
|
||||
|
||||
// get options from command line
|
||||
$opts = 'h::';
|
||||
$lopts = array(
|
||||
|
Reference in New Issue
Block a user