/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 removeUser.php

  • Committer: Gustav Hartvigsson
  • Date: 2010-06-07 17:23:00 UTC
  • Revision ID: gego@quad-20100607172300-5niexbpw5r4efxlk
just a todo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
session_start();
3
3
/*
4
4
        removeUser.php
5
 
        here there is going to be "are you shore you want to remove this entery from tho database" thing.
 
5
        TODO:here there is going to be "are you shore you want to remove this entery from tho database" thing.
6
6
*/
7
7
if(!$_SESSION[logedin]){
8
8