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/_install.php

    r550 r552  
    3131                header("Location: index.php"); 
    3232                exit; 
     33        } else { 
     34                echo "There was an error with the MySQL connection!"; 
    3335        } 
    3436}