aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-23 20:29:09 -0800
committerfriendica <info@friendica.com>2012-02-23 20:29:09 -0800
commit44c23cda8edcde0ad6f904b8333f563b6d5ebc39 (patch)
tree1c65d976ad15e925c3e2de3dc7e172f5ba42fc30 /update.php
parent65ddefe9c5db4f5af9495377cd7e4463e8f68ef6 (diff)
downloadvolse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.gz
volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.tar.bz2
volse-hubzilla-44c23cda8edcde0ad6f904b8333f563b6d5ebc39.zip
theme shakeup commences - themes are now administered in admin panel.
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/update.php b/update.php
index 16c1d7848..07555bc01 100755
--- a/update.php
+++ b/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1123 );
+define( 'UPDATE_VERSION' , 1124 );
/**
*
@@ -1068,4 +1068,8 @@ function update_1121() {
function update_1122() {
q("ALTER TABLE `notify` ADD `hash` CHAR( 64 ) NOT NULL AFTER `id` ,
ADD INDEX ( `hash` ) ");
-} \ No newline at end of file
+}
+
+function update_1123() {
+set_config('system','allowed_themes','dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr');
+}