]> git.mxchange.org Git - friendica.git/commitdiff
rev update
authorfriendica <info@friendica.com>
Fri, 31 Aug 2012 08:29:37 +0000 (01:29 -0700)
committerfriendica <info@friendica.com>
Fri, 31 Aug 2012 08:29:37 +0000 (01:29 -0700)
boot.php

index 5e21859a14d98d0519ad1720effcb110bf382d49..f08daa853b08bd93a45163342ca7e0aa983eb137 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
 require_once('library/Mobile_Detect/Mobile_Detect.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.0.1449' );
+define ( 'FRIENDICA_VERSION',      '3.0.1451' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1154      );
 
@@ -1477,7 +1477,7 @@ if(! function_exists('proc_run')) {
 
                $cmdline = implode($args," ");
                if(get_config('system','proc_windows'))
-                       proc_close(proc_open('start /b ' . $cmdline,array(),$foo));
+                       proc_close(proc_open('cmd /c start /b ' . $cmdline,array(),$foo));
                else
                        proc_close(proc_open($cmdline." &",array(),$foo));
        }