------------------------------------------------------------
revno: 807
committer: Steven Garcia <steven@satellite>
branch nick: aikiframework
timestamp: Wed 2011-06-08 13:44:38 -0700
message:
  Added the default aiki site url to the config file. Bumped the aiki 
fix-version.
modified:
  src/aiki.php
  src/configs/config.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'src/aiki.php'
--- src/aiki.php	2011-06-08 07:31:12 +0000
+++ src/aiki.php	2011-06-08 20:44:38 +0000
@@ -55,7 +55,7 @@
 	 * When the MAJOR number is zero, this indicates an alpha or beta type release
    * Each number can, but should probably not exceed 99
 	 */
-	define('AIKI_VERSION','0.8.6');
+	define('AIKI_VERSION','0.8.7');
 }
 
 /*

=== modified file 'src/configs/config.php'
--- src/configs/config.php	2011-06-08 07:30:05 +0000
+++ src/configs/config.php	2011-06-08 20:44:38 +0000
@@ -121,6 +121,9 @@
 <p>This page is not found</p>
 <p>Please visit <a href=\"".AIKI_SITE_URL."\">Home page</a> so you may find what you are looking for.</p>"; 
 
+// the default site URL
+$config["url"] = AIKI_SITE_URL;
+
 // show admin widgets or not?
 $config['admin_widgets_display'] = false;
  

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to