/booka/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/booka/trunk

« back to all changes in this revision

Viewing changes to firstrun.php

  • Committer: Gustav Hartvigsson
  • Date: 2010-06-07 20:01:25 UTC
  • Revision ID: gego@quad-20100607200125-qpjqt9x6y280f8jj
Made the firstrun.php more user friendly.
lets hope this is a little better then the old
then the old way how it worked.... (damn grammar)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
$password1 = $_POST[userPassword];
7
7
$password2 = $_POST[userPassword2];
8
8
 
 
9
include "./inc/head.php";
 
10
 
9
11
if(file_exists("./cfg/lock.lock")){
 
12
        ?>
 
13
                <p class="warning">This isntalation locked, you need to remove ./cfg/lock.lock</p>
 
14
                <p class="warning">Klick <a href="./BooKa.php"> here </a> to return to the BooKa page.</p>
 
15
        <?
10
16
        
11
 
        header('Location: ./BooKa.php');
 
17
        //header('Location: ./BooKa.php');
12
18
        
13
19
} else {
14
20
 
15
 
include "./inc/head.php";
16
 
 
17
21
if($debug){
18
22
        echo "<p>";
19
23
        echo "{$username} <br/>";