--- a/include/Util.class.php +++ b/include/Util.class.php @@ -69,7 +69,7 @@ * @static * @return bool true if on 64 bit */ - public function Is64Bit() + public static function Is64Bit() { return (strpos(php_uname('m'), '64') !== false); }