Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -152,7 +152,7 @@ function alert($msg='', $url='', $error=true)
|
||||
if (isset($g4['title'])) {
|
||||
$header = $g4['title'];
|
||||
}
|
||||
include_once("{$g4['bbs_path']}/alert.php");
|
||||
include_once(G4_BBS_PATH.'/alert.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -171,7 +171,7 @@ function alert_close($msg, $error=true)
|
||||
if (isset($g4['title'])) {
|
||||
$header = $g4['title'];
|
||||
}
|
||||
include_once("{$g4['bbs_path']}/alert_close.php");
|
||||
include_once(G4_BBS_PATH.'/alert_close.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -198,7 +198,7 @@ function confirm($msg, $url1='', $url2='', $url3='')
|
||||
if (isset($g4['title'])) {
|
||||
$header = $g4['title'];
|
||||
}
|
||||
include_once("{$g4['bbs_path']}/confirm.php");
|
||||
include_once(G4_BBS_PATH.'/confirm.php');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user