diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:37:29 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-09-22 06:37:29 +0000 |
commit | 50205d36e0fb5b2f08cf9f3fd76d3694ce3acf8d (patch) | |
tree | 3cb754a2dbfcfe1adcf576058da4f464de866daa | |
parent | 9371dd23eb047bfd7fb94884ab0b68913b50da4d (diff) | |
download | semanticscuttle-50205d36e0fb5b2f08cf9f3fd76d3694ce3acf8d.tar.gz semanticscuttle-50205d36e0fb5b2f08cf9f3fd76d3694ce3acf8d.tar.bz2 |
use proper php tags, no the short tag syntax that does not work on 50% of all hosts
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@372 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | importNetscape.php | 2 | ||||
-rw-r--r-- | importStructure.php | 2 | ||||
-rw-r--r-- | password.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/importNetscape.php b/importNetscape.php index e7fe31f..4580429 100644 --- a/importNetscape.php +++ b/importNetscape.php @@ -1,4 +1,4 @@ -<? +<?php /*************************************************************************** Copyright (C) 2004 - 2006 Scuttle project http://sourceforge.net/projects/scuttle/ diff --git a/importStructure.php b/importStructure.php index ea4a1a5..89780f5 100644 --- a/importStructure.php +++ b/importStructure.php @@ -1,4 +1,4 @@ -<? +<?php /*************************************************************************** Copyright (C) 2004 - 2006 Scuttle project http://sourceforge.net/projects/scuttle/ diff --git a/password.php b/password.php index b173978..ba7be8d 100644 --- a/password.php +++ b/password.php @@ -1,4 +1,4 @@ -<? +<?php /*************************************************************************** Copyright (C) 2005 Scuttle project https://sourceforge.net/projects/scuttle/ |