mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Removed PHP warnings. Added Simple e_url.php redirect list to admin area. Removed debug info from db-verify.
This commit is contained in:
@@ -1161,7 +1161,7 @@ class system_tools
|
||||
$tp = e107::getParser();
|
||||
$pref = e107::getPref();
|
||||
|
||||
$config = ($type == 'core' || $type == 'search' ) ? e107::getConfig($type) : e107::getPlugConfig($type);
|
||||
$config = ($type == 'core' || $type == 'search' || $type == 'notify') ? e107::getConfig($type) : e107::getPlugConfig($type);
|
||||
|
||||
$spref = $config->getPref();
|
||||
|
||||
@@ -1174,7 +1174,8 @@ class system_tools
|
||||
|
||||
$text .= "<select class='tbox' name='type_select' onchange='urljump(this.options[selectedIndex].value)' >
|
||||
<option value='".e_ADMIN."db.php?mode=".$_GET['mode']."&type=core'>Core</option>\n
|
||||
<option value='".e_ADMIN."db.php?mode=".$_GET['mode']."&type=search'>Search</option>\n";
|
||||
<option value='".e_ADMIN."db.php?mode=".$_GET['mode']."&type=search'>Search</option>
|
||||
<option value='".e_ADMIN."db.php?mode=".$_GET['mode']."&type=notify'>Notify</option>\n";
|
||||
|
||||
// e107::getConfig($type)->aliases
|
||||
|
||||
|
Reference in New Issue
Block a user