Initial checking from CVS

This commit is contained in:
Deon George
2011-01-14 01:45:19 +11:00
commit fe11dd5f51
70 changed files with 10950 additions and 0 deletions

11
index.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
// $Header: /cvsroot/phptsmadmin/phpTSMadmin/index.php,v 1.3 2008/01/13 08:42:37 wurley Exp $
/**
* @package leenooksApp
*/
# You should secure your application by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
?>