Advertisement
Aha2Y

Untitled

Dec 14th, 2011
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.     include "config.php";
  3.     $ip=$_SERVER['REMOTE_ADDR'];
  4.     if ($ip=$admin_ip)
  5.         include "home.php";
  6.     if ($maintenance=="no")
  7.         include "home.php";
  8.     elseif ($maintenance=="yes")
  9.         include "offline.php";
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement