1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 11:42:09 +02:00
Files
archived-web-php/include/prepend.inc
James Cox fc44869164 Part of our getting the new server is that we allow the hosting provider to display a banner. We would like to give other mirrors this opportunity too -- instructions in the readme.
also, some mirror redirection stuff ended up in here, but i felt it important to commit (with commented out code) and start from there, as my code was getting quite stale.
2002-08-13 02:14:44 +00:00

13 lines
262 B
C++

<?php // -*- C++ -*-
unset($RSIDEBAR_DATA);
require_once 'site.inc';
require_once 'layout.inc';
require_once 'geoip.inc';
# this file is generated on rsync.php.net and propogated
# from there it just defines $LAST_UPDATED.
require_once 'last_updated.inc';
?>