1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 19:52:28 +01:00

commented out ovr so it won't created problems

This commit is contained in:
Cydrobolt 2014-02-14 11:48:03 -05:00
parent 0357332157
commit bf4d9d8640

View File

@ -3,7 +3,7 @@
//ERRORS COULD OCCUR IF YOU DO NOT CONFIGURE POLR'S REQ.PHP CONFIG CORRECTLY IN PRODUCTION
//Polr CONFIGURATION
/*
$host = "localhost"; //Enter Mysql host address
$user = "root"; //Mysql user
$passwd = ""; //Mysql user password
@ -11,3 +11,4 @@ $db = "polr"; //Mysql DB name
$wsa = "localhost/polr/php"; //Address of website : e.g polr.cf - do not include http://
$ip = $_SERVER['REMOTE_ADDR']; //How Polr should fetch the user's ip - some hosts require you to use getenv()
$ovr = 1;
*/