1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Apply the new include and base page methods

This commit is contained in:
Gabor Hojtsy
2003-08-08 13:22:49 +00:00
parent 3a1491cac5
commit 9cfd84debc

6
my.php
View File

@@ -1,7 +1,7 @@
<?php
/* $Id$ */
include_once "prepend.inc";
// $Id$
$_SERVER['BASE_PAGE'] = 'my.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
// Try to make this page non-cached
header_nocache();