first prototype of profile match against global directory (hint: set some keywords)
This commit is contained in:
@@ -14,7 +14,7 @@ function install_post(&$a) {
|
||||
$phpath = notags(trim($_POST['phpath']));
|
||||
|
||||
require_once("dba.php");
|
||||
unset ($db);
|
||||
unset($db);
|
||||
$db = new dba($dbhost, $dbuser, $dbpass, $dbdata, true);
|
||||
|
||||
if(mysqli_connect_errno()) {
|
||||
|
||||
Reference in New Issue
Block a user