Revision: 193
Author: astronouth7303
Date: 2006-06-22 21:52:32 -0700 (Thu, 22 Jun 2006)
ViewCVS: http://svn.sourceforge.net/openfirst/?rev=193&view=rev
Log Message:
-----------
Added og to the rest of the configuration variables.
Modified Paths:
--------------
trunk/src/includes/sitesettings.tpl
Modified: trunk/src/includes/sitesettings.tpl
===================================================================
--- trunk/src/includes/sitesettings.tpl 2006-06-23 04:50:42 UTC (rev 192)
+++ trunk/src/includes/sitesettings.tpl 2006-06-23 04:52:32 UTC (rev 193)
@@ -1,4 +1,4 @@
-<?php
+<?php // vim:filetype=php
/*
* openFIRST base configuration file
* This file has been automatically generated by first.php.
@@ -21,15 +21,15 @@
$ogSQLTablePrefix = 'ofirst_';
$ogPasswordSaveEnabled = !(%COOKIE%);
- $regEnabled = %REG%;
- $Server = %SERVER%;
- $BasePath = %BASEPATH%;
- $fBasePath = %FBASEPATH%;
- $Home = %HOME%;
- $StylePath = "$BasePath/style";
- $fStylePath = "$fBasePath/style";
+ $ogRegistraytionEnabled = %REG%;
+ $ogServer = %SERVER%;
+ $ogBasePath = %BASEPATH%;
+ $ogfBasePath = %FBASEPATH%;
+ $ogHome = %HOME%;
+ $ogStylePath = "$ogBasePath/style";
+ $ogfStylePath = "$ogfBasePath/style";
$ogHeader = %HEADER%;
$ogFooter = %FOOTER%;
$ogMailNotify = %MASTERMAIL%;
$ogMailFrom = %BOTMAIL%;
-?>
\ No newline at end of file
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|