From 9944eb6e091a389d0417262b01d40b68743c1c40 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 17 Jul 2003 21:16:35 +0000 Subject: [PATCH] renamed project(_specific_prefs)?.inc to $0.sample svn path=/trunk/boinc/; revision=1712 --- html/user/{project.inc => project.inc.sample} | 0 html/user/project_sah.inc | 26 ------------------- ....inc => project_specific_prefs.inc.sample} | 0 3 files changed, 26 deletions(-) rename html/user/{project.inc => project.inc.sample} (100%) mode change 100755 => 100644 delete mode 100644 html/user/project_sah.inc rename html/user/{project_specific_prefs.inc => project_specific_prefs.inc.sample} (100%) diff --git a/html/user/project.inc b/html/user/project.inc.sample old mode 100755 new mode 100644 similarity index 100% rename from html/user/project.inc rename to html/user/project.inc.sample diff --git a/html/user/project_sah.inc b/html/user/project_sah.inc deleted file mode 100644 index ccf3eaf7cb..0000000000 --- a/html/user/project_sah.inc +++ /dev/null @@ -1,26 +0,0 @@ - - - \n"; - if ($user) { - echo "Logged in as $user->name"; - } else { - echo "
"; - } - echo "
\n"; -} - -?> diff --git a/html/user/project_specific_prefs.inc b/html/user/project_specific_prefs.inc.sample similarity index 100% rename from html/user/project_specific_prefs.inc rename to html/user/project_specific_prefs.inc.sample