1
0
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:
Cameron
2015-02-03 12:23:03 -08:00
parent 6617cd5d8f
commit cec216c613
5 changed files with 70 additions and 28 deletions

View File

@@ -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']."&amp;type=core'>Core</option>\n
<option value='".e_ADMIN."db.php?mode=".$_GET['mode']."&amp;type=search'>Search</option>\n";
<option value='".e_ADMIN."db.php?mode=".$_GET['mode']."&amp;type=search'>Search</option>
<option value='".e_ADMIN."db.php?mode=".$_GET['mode']."&amp;type=notify'>Notify</option>\n";
// e107::getConfig($type)->aliases