Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $filename = 'config.php';
- if (file_exists($filename)) {
- header("Location: sites.php");
- }
- else {
- echo "Sie müssen erst die Installation durchführen. <a href='install.php'>Zur Installation</a>.";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement