Wed, 22 Apr 2009 14:04:08 +0200
Strip installed binary.
1 <?php
2
3 // Go to the login page.
4 // This presumes SM is already
5 // configured (no check anymore.)
6 header('Location: src/login.php');
7
8 ?>
9