Slashblog
[
class tree: Slashblog
] [
index: Slashblog
] [
all elements
]
Todo List
Packages:
Slashblog
Source for file authenticate.php
Documentation is available at
authenticate.php
<?php
header
(
'location: ../index.php?show=admin-write'
)
;
require_once
'../config.php'
;
$blog
=
new
Blog
(
)
;
if
(
isset
(
$_POST
[
'password'
]
))
;
$blog
->
Authenticate
(
$_POST
[
'password'
]
)
;
exit
(
)
;
?>
Documentation generated on Mon, 26 May 2008 19:59:40 +0100 by
phpDocumentor 1.4.0