|
@@ -293,14 +293,14 @@ class Import
|
|
|
}
|
|
|
self::load('manage/src/lib/log')->add($project, $table, $menu_id, '', $log[0], $param, $id);
|
|
|
}
|
|
|
- /*
|
|
|
+
|
|
|
if ((strpos($this->key, 'manage/') !== false || strpos($this->key, 'manage11.') !== false) && strpos($this->key, 'manage/auth') === false && strpos($this->key, 'manage/src/auth') === false && strpos($this->key, 'manage/project') === false && strpos($this->key, 'manage/lib') === false) {
|
|
|
self::load('manage/auth.init');
|
|
|
}
|
|
|
- */
|
|
|
+ /*
|
|
|
if (strstr($this->key, 'manage/') && !strstr($this->key, 'manage/auth') && !strstr($this->key, 'manage/lib') && !strstr($this->key, 'manage/project')) {
|
|
|
self::load('manage/auth.init');
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
|
|
|
/**
|