Minimal common.lib.php doesn't fix absolute path, so use full one (bug #1023444).
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-09-07 Michal Čihař <michal@cihar.com>
|
||||||
|
* calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
|
||||||
|
full one (bug #1023444).
|
||||||
|
|
||||||
2004-09-07 Alexander M. Turek <me@derrabus.de>
|
2004-09-07 Alexander M. Turek <me@derrabus.de>
|
||||||
* main.php: Typo.
|
* main.php: Typo.
|
||||||
* libraries/sqlparser.data.php: Added keyword "SESSION".
|
* libraries/sqlparser.data.php: Added keyword "SESSION".
|
||||||
|
@@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
include('./libraries/grab_globals.lib.php');
|
require_once('./libraries/grab_globals.lib.php');
|
||||||
$is_minimum_common = TRUE;
|
require_once('./libraries/common.lib.php');
|
||||||
include('./libraries/common.lib.php');
|
require_once('./libraries/header_http.inc.php');
|
||||||
include('./libraries/header_http.inc.php');
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
Reference in New Issue
Block a user