mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 07:34:09 +01:00
Typo error
This commit is contained in:
@@ -40,7 +40,7 @@ class SP_Init {
|
||||
* SPL autoload
|
||||
*/
|
||||
public static function autoload($classname){
|
||||
$class = str_replace("sp_", '', strtolower($classname));;
|
||||
$class = str_replace("sp_", '', strtolower($classname));
|
||||
$classfile = dirname(__FILE__)."/$class.class.php";
|
||||
|
||||
//error_log('Cargando clase: '.$classfile);
|
||||
@@ -457,4 +457,4 @@ $memInit = memory_get_usage();
|
||||
$time_start = SP_Init::microtime_float();
|
||||
|
||||
// Inicializar sysPass
|
||||
SP_Init::init();
|
||||
SP_Init::init();
|
||||
|
||||
Reference in New Issue
Block a user