[mw-devel] MW3 r1229 - trunk/webclient
dez at sucs.org
dez at sucs.org
Fri Nov 12 20:54:52 GMT 2010
Author: dez
Date: 2010-11-12 20:54:52 +0000 (Fri, 12 Nov 2010)
New Revision: 1229
Modified:
trunk/webclient/startup.php
Log:
Sets location of mwpoll to its "grown up place"
Modified: trunk/webclient/startup.php
===================================================================
--- trunk/webclient/startup.php 2010-11-12 20:44:46 UTC (rev 1228)
+++ trunk/webclient/startup.php 2010-11-12 20:54:52 UTC (rev 1229)
@@ -1,5 +1,5 @@
<?
-$mwpoll = "~arthur/public_html/mw/mwpoll";
+$mwpoll = "/usr/lib64/mw/mwpoll";
$realuser = "Dez3"; // sucssite username - temporary bodge until we integrate with the site
$username = trim($_REQUEST['username']);
$password = trim($_REQUEST['password']);
More information about the mw-devel
mailing list