diff options
Diffstat (limited to 'public_html')
-rw-r--r-- | public_html/browser.php | 2 | ||||
-rwxr-xr-x | public_html/databases.php | 2 | ||||
-rwxr-xr-x | public_html/index.php | 2 | ||||
-rwxr-xr-x | public_html/intro.php | 2 | ||||
-rwxr-xr-x | public_html/login.php | 2 | ||||
-rwxr-xr-x | public_html/topbar.php | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/public_html/browser.php b/public_html/browser.php index 7acd0df9..16e73b8f 100644 --- a/public_html/browser.php +++ b/public_html/browser.php @@ -3,7 +3,7 @@ /**
* Main object browser
*
- * $Id: browser.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: browser.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/databases.php b/public_html/databases.php index 934d1025..c4808c80 100755 --- a/public_html/databases.php +++ b/public_html/databases.php @@ -4,7 +4,7 @@ * List databases in a server
* @param $webdbServerID The ID of the current server
*
- * $Id: databases.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: databases.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/index.php b/public_html/index.php index 956cde9f..98fa51c5 100755 --- a/public_html/index.php +++ b/public_html/index.php @@ -3,7 +3,7 @@ /**
* Main access point to WebDB.
*
- * $Id: index.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: index.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/intro.php b/public_html/intro.php index ffa2521d..179b7a15 100755 --- a/public_html/intro.php +++ b/public_html/intro.php @@ -3,7 +3,7 @@ /**
* Intro screen
*
- * $Id: intro.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: intro.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/login.php b/public_html/login.php index a8c03319..a689b0ee 100755 --- a/public_html/login.php +++ b/public_html/login.php @@ -3,7 +3,7 @@ /**
* Login screen
*
- * $Id: login.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: login.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
diff --git a/public_html/topbar.php b/public_html/topbar.php index aa23d196..33bc56f5 100755 --- a/public_html/topbar.php +++ b/public_html/topbar.php @@ -3,7 +3,7 @@ /**
* Top menu for WebDB
*
- * $Id: topbar.php,v 1.1 2002/02/11 09:33:08 chriskl Exp $
+ * $Id: topbar.php,v 1.1.1.1 2002/02/11 09:33:08 chriskl Exp $
*/
// Include application functions
|