change admin pointer to update.php
This commit is contained in:
parent
ec6ed3221d
commit
b400e4dfad
@ -471,7 +471,7 @@ function admin_page_dbsync(&$a) {
|
||||
}
|
||||
|
||||
if($a->argc > 2 && intval($a->argv[2])) {
|
||||
require_once('update.php');
|
||||
require_once('install/update.php');
|
||||
$func = 'update_' . intval($a->argv[2]);
|
||||
if(function_exists($func)) {
|
||||
$retval = $func();
|
||||
|
Reference in New Issue
Block a user