[Openfirst-cvscommit] SF.net SVN: openfirst: [231] trunk/src/includes/sitesettings.tpl
Brought to you by:
xtimg
|
From: <ast...@us...> - 2007-06-24 02:30:53
|
Revision: 231
http://svn.sourceforge.net/openfirst/?rev=231&view=rev
Author: astronouth7303
Date: 2007-06-23 19:30:56 -0700 (Sat, 23 Jun 2007)
Log Message:
-----------
Spacing
Modified Paths:
--------------
trunk/src/includes/sitesettings.tpl
Modified: trunk/src/includes/sitesettings.tpl
===================================================================
--- trunk/src/includes/sitesettings.tpl 2007-06-24 02:30:31 UTC (rev 230)
+++ trunk/src/includes/sitesettings.tpl 2007-06-24 02:30:56 UTC (rev 231)
@@ -8,28 +8,28 @@
* database, in the ofirst_config table.
*/
- $ogEncryptionType = %ENCRYPT%;
+$ogEncryptionType = %ENCRYPT%;
- $ogSiteTitle = %TITLE%;
- $ogVersion = %VER%;
-
- $ogSQLServer = %DBSERVER%;
- $ogDataBaseType = %DBTYPE%;
- $ogSQLUser = %DBUSER%;
- $ogSQLPassword = %DBPASS%;
- $ogSQLDatabase = %DBNAME%;
- $ogSQLTablePrefix = 'ofirst_';
+$ogSiteTitle = %TITLE%;
+$ogVersion = %VER%;
- $ogPasswordSaveEnabled = !(%COOKIE%);
- $ogRegistraytionEnabled = %REG%;
- $ogServer = %SERVER%;
- $ogBasePath = %BASEPATH%;
- $ogfBasePath = %FBASEPATH%;
- $ogHome = %HOME%;
- $ogStylePath = "$ogBasePath/style";
- $ogfStylePath = "$ogfBasePath/style";
- $ogHeader = %HEADER%;
- $ogFooter = %FOOTER%;
- $ogMailNotify = %MASTERMAIL%;
- $ogMailFrom = %BOTMAIL%;
+$ogSQLServer = %DBSERVER%;
+$ogDataBaseType = %DBTYPE%;
+$ogSQLUser = %DBUSER%;
+$ogSQLPassword = %DBPASS%;
+$ogSQLDatabase = %DBNAME%;
+$ogSQLTablePrefix = 'ofirst_';
+
+$ogPasswordSaveEnabled = !(%COOKIE%);
+$ogRegistraytionEnabled = %REG%;
+$ogServer = %SERVER%;
+$ogBasePath = %BASEPATH%;
+$ogfBasePath = %FBASEPATH%;
+$ogHome = %HOME%;
+$ogStylePath = "$ogBasePath/style";
+$ogfStylePath = "$ogfBasePath/style";
+$ogHeader = %HEADER%;
+$ogFooter = %FOOTER%;
+$ogMailNotify = %MASTERMAIL%;
+$ogMailFrom = %BOTMAIL%;
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|