www/adium.im 772:db584d4ad323: Make sure the configuration is lo...

commits at adium.im commits at adium.im
Fri Jun 14 11:19:03 UTC 2013


details:	http://hg.adium.im/www/adium.im/rev/db584d4ad323
revision:	772:db584d4ad323
branch:		adiumx.com
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Fri Jun 14 13:18:48 2013 +0200

Make sure the configuration is loaded.

diffs (9 lines):

diff -r b29a309f1692 -r db584d4ad323 sparkle/appcast-nightly.php
--- a/sparkle/appcast-nightly.php	Fri Jun 14 12:55:42 2013 +0200
+++ b/sparkle/appcast-nightly.php	Fri Jun 14 13:18:48 2013 +0200
@@ -1,4 +1,5 @@
 <?php
+    require("config.php");
     function sane_path($path, $default) {
         if (!isset($path) || preg_match("/\.\.|\/|<|>/", $path)) {
             return $default;




More information about the commits mailing list