Advertisement
OneTallor

Untitled

Sep 24th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. include('/settings.php');
  3. if(maintenance == 1) {
  4. header('Location: http://kisbalazspatrik.eu/maintenance.php);
  5. }
  6. else {
  7.  
  8. }
  9. ?>
  10.  
  11.  
  12. settings .php
  13. $maintenance = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement