PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Guillermina Gonjon   Simple PHP Blog without a Database   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Blog without a Database
Display blog articles on Web pages
Author: By
Last change:
Date: 2 years ago
Size: 232 bytes
 

Contents

Class file image Download
<?php
/**
** Author: Guillermina Gonjon
** Date: August 27th, 2013
**/
require_once "includes/init.inc.php";

// Redirect on error event

// Check on user permission

// Redirect to right application

// Close everything
?>