Advertisement
Palareas

index.php

Jun 19th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php  
  2.  
  3. $filename = 'config.php';  
  4.  
  5. if (file_exists($filename)) {  
  6. header("Location: sites.php");  
  7. }  
  8. else {  
  9. echo "Sie müssen erst die Installation durchführen. <a href='install.php'>Zur Installation</a>.";  
  10. }  
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement