/booka/newlayout

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

« back to all changes in this revision

Viewing changes to firstrun.php

  • Committer: Gustav Hartvigsson
  • Date: 2010-12-12 19:31:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20101212193150-5h9l89i7h3z05mhn
made it redirect to BooKa.php after registration is complite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        echo $db->error;
84
84
        //end of table creation...
85
85
        fopen("./cfg/lock.lock", 'w') or die("can't open file");
86
 
        
 
86
        sleep(1);
 
87
        header('Location: ./BooKa.php');
87
88
}
88
89
 
89
90