Wed, 15 Apr 2009 22:49:00 +0200
Import package vendor original specs for necessary manipulations.
michael@157 | 1 | <?php |
michael@157 | 2 | |
michael@157 | 3 | // If we are, go ahead to the login page. |
michael@157 | 4 | |
michael@157 | 5 | // This index.php presume SM is already configured (no check anymore) |
michael@157 | 6 | |
michael@157 | 7 | header('Location: src/login.php'); |
michael@157 | 8 | |
michael@157 | 9 | ?> |
michael@157 | 10 |