From a4a51b6868684c1f37dcb26e1fb12514080b7d7d Mon Sep 17 00:00:00 2001 From: rylon Date: Tue, 23 Apr 2013 14:32:24 +0200 Subject: [PATCH] system config --- config/config.php | 28 ++++++++++++++++++++++++++++ config/config_ids.php | 19 +++++++++++++++++++ system/system.php | 34 ++++++++++++++++++++++++++++++++++ system/time.php | 16 ++++------------ 4 files changed, 85 insertions(+), 12 deletions(-) create mode 100644 config/config.php create mode 100644 config/config_ids.php create mode 100644 system/system.php diff --git a/config/config.php b/config/config.php new file mode 100644 index 0000000..abf456d --- /dev/null +++ b/config/config.php @@ -0,0 +1,28 @@ +start_time = microtime(true);} + self::$start_time = microtime(true);} public static function getStartTime(){ - return self::getInstance()->start_time;} + return self::$start_time;} } \ No newline at end of file