Show
Ignore:
Timestamp:
07/07/08 14:56:01 (5 months ago)
Author:
sidtheduck
Message:

+ cleared out require and include functions from included files (no longer needed if included)
+ added code to stop direct access to included files
+ adding back r549 translatable themes
+ cleaned version of "Air" theme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-admin/includes/install-form-setup.php

    r550 r552  
    11<?php 
     2if (basename($_SERVER['PHP_SELF']) == basename( __FILE__ )) { 
     3        // ignorance is bliss 
     4        exit(); 
     5} 
     6 
    27if (!defined('PLOGGER_DIR')) { 
    38        return false; 
    4 }; 
     9} 
    510?> 
    611        <h1>Plogger Configuration Setup</h1>