pari: branch asterisknow r2125 - /branches/asterisknow/config/syslog.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jan 10 16:02:39 CST 2008


Author: pari
Date: Thu Jan 10 16:02:39 2008
New Revision: 2125

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2125
Log:
Fix BE-317

Asterisk logs page giving a 404 


Modified:
    branches/asterisknow/config/syslog.html

Modified: branches/asterisknow/config/syslog.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/syslog.html?view=diff&rev=2125&r1=2124&r2=2125
==============================================================================
--- branches/asterisknow/config/syslog.html (original)
+++ branches/asterisknow/config/syslog.html Thu Jan 10 16:02:39 2008
@@ -33,6 +33,11 @@
 						+ " ' > /var/lib/asterisk/static-http/config/today_log.html" ;
 	parent.astmanEngine.run_tool( tmp_command , onSuccess = function() { _$('status_message').style.display='none'; load_todayslog(); } );
 }
+
+function touch_todayslog(){
+	parent.astmanEngine.run_tool( 'touch /var/lib/asterisk/static-http/config/today_log.html',onSuccess = function(){ thisday_log();});
+}
+
 
 function load_todayslog(){
 	_$('status_message').style.display= "" ;	
@@ -72,7 +77,7 @@
 	_$('status_message').style.display="block";
 	_$('message_text').innerHTML = "Loading system Information ...";
 	parent.loadscreen(this);
-	load_todayslog();
+	touch_todayslog();
 }
 
 function free_mem(){




More information about the asterisk-gui-commits mailing list