mirror of
https://github.com/php/web-php.git
synced 2026-03-31 11:42:09 +02:00
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.
13 lines
262 B
C++
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';
|
|
|
|
?>
|