Jacek Kowalski
2019-12-16 07517ae563097e04e91ea3fae2c2ca1cf2309b86
includes/std.php
@@ -1,7 +1,7 @@
<?php
define('STANDARD', TRUE);
class error {
class errorclass {
   static $time;
   static function add($text) {
      $title = 'Błąd';
@@ -14,7 +14,7 @@
   }
}
error::$time = microtime(TRUE);
errorclass::$time = microtime(TRUE);
function __autoload($class) {
   if($class == 'sql') {