Changes adopted from version 0.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*****************************************************************************
|
||||
IP Reg, a PHP/MySQL IPAM tool
|
||||
Copyright (C) 2008 Wietse Warendorff
|
||||
Copyright (C) 2007-2009 Wietse Warendorff
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -20,6 +20,9 @@
|
||||
or contact me at wietsew@users.sourceforge.net
|
||||
*****************************************************************************/
|
||||
|
||||
// build connection
|
||||
mysql_connect($config_mysql_host,$config_mysql_username,$config_mysql_password);
|
||||
|
||||
// select db
|
||||
mysql_select_db($config_mysql_dbname);
|
||||
?>
|
||||
Reference in New Issue
Block a user