first prototype of profile match against global directory (hint: set some keywords)
This commit is contained in:
parent
f73e40c188
commit
e16bca4f76
2 changed files with 43 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue