summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-12 22:30:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-12 22:30:50 +0000
commit9b252d6853c4932609696a4e6a3dec1a72f6b76f (patch)
tree178c8f3f81e51350da6b71198d9e344c8d30e293 /etc/phpshellsessions
parent258d082af50f38f9c2e6995ca1ebfe14526fd654 (diff)
downloadpfsense-9b252d6853c4932609696a4e6a3dec1a72f6b76f.zip
pfsense-9b252d6853c4932609696a4e6a3dec1a72f6b76f.tar.gz
Correct release information
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 8adfd49..759c59e 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -42,8 +42,8 @@ global $command_split;
/* NOTE: Set branches here */
$branches = array("HEAD" => "Main development branch",
- "RELENG_1" => "1.2 Release branch",
- "RELENG_1_2" => "1.3 development branch");
+ "RELENG_1" => "1.3 development branch",
+ "RELENG_1_2" => "1.2 release branch");
if($command_split[2]) {
$branch = $command_split[2];
@@ -120,7 +120,6 @@ echo "Upgrading configuration...\n";
convert_config();
/* setup php.ini */
convert_config();
-require_once("auth.inc");
sync_webgui_passwords();
echo "Restarting check_reload_status...\n";
OpenPOWER on IntegriCloud