mirror of
https://github.com/php/web-php.git
synced 2026-03-31 03:32:23 +02:00
* Forgot to make $base a global.
--jm
This commit is contained in:
@@ -197,7 +197,7 @@ $enclosed = 0;
|
||||
#
|
||||
|
||||
function commonHeader($title="",$dont_enclose=0,$headers_gone=0) {
|
||||
global $MYSITE, $enclosed, $EXPL_LANG, $SIDEBAR_DATA;
|
||||
global $MYSITE, $base, $enclosed, $EXPL_LANG, $SIDEBAR_DATA;
|
||||
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user