/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: Mr-X
  • Author(s): gustav.hartvigsson
  • Date: 2010-06-30 17:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: mr-x@zepto-20100630170406-6kolqq35qh50bvza
Fixed a parsing error, namly replaced all <? with <?php.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?
 
1
<?php
2
2
        /*
3
3
        firstrun.php
4
4
        */
12
12
        ?>
13
13
                <p class="warning">This isntalation locked, you need to remove ./cfg/lock.lock</p>
14
14
                <p class="warning">Klick <a href="./BooKa.php"> here </a> to return to the BooKa page.</p>
15
 
        <?
 
15
        <?php
16
16
        
17
17
        //header('Location: ./BooKa.php');
18
18
        
38
38
                                Password again: <input type="password" name="userPassword2" /> <br />
39
39
                                <input type="hidden" name="reg" value="true" /> <br/>
40
40
                                
41
 
                                <?
 
41
                                <?php
42
42
                                
43
43
                                if($_POST[reg]){
44
44
                                        
56
56
        </div>
57
57
        
58
58
        
59
 
<?
 
59
<?php
60
60
}
61
61
 
62
62
if($username1 != null && $password1 != null && $password2 == $password1){