Slashblog
[ class tree: Slashblog ] [ index: Slashblog ] [ all elements ]

Source for file authenticate.php

Documentation is available at authenticate.php

  1. <?php
  2.     header('location: ../index.php?show=admin-write');
  3.     require_once '../config.php';
  4.  
  5.     $blog new Blog();
  6.  
  7.     if(isset($_POST['password']));
  8.         $blog->Authenticate($_POST['password']);
  9.  
  10.     exit();
  11. ?>

Documentation generated on Mon, 26 May 2008 19:59:40 +0100 by phpDocumentor 1.4.0