/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-07-18 08:42:56 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20100718084256-yq7xoll9pjgybl19
changed copyright date.
(did not notice that it was old untill i looked true some diffs at LP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?
 
1
<?php
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