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:
parent
0357332157
commit
bf4d9d8640
@ -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;
|
||||
*/
|
Loading…
Reference in New Issue
Block a user