1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02: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,11 +3,12 @@
//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
$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;
$ovr = 1;
*/