Mon, 13 Jun 2011 16:21:59 +0200
Correct, adjust, and improve build configuration, nearing stable state:
Adjust freetype config due to custom lib name, remove nearly all
parallel make logic due to rule dependency errors, and resume iconv
corrections.
michael@157 | 1 | <?php |
michael@157 | 2 | |
michael@159 | 3 | // Go to the login page. |
michael@159 | 4 | // This presumes SM is already |
michael@159 | 5 | // configured (no check anymore.) |
michael@157 | 6 | header('Location: src/login.php'); |
michael@157 | 7 | |
michael@157 | 8 | ?> |
michael@157 | 9 |