1
0
Fork 0

Inciando variables

This commit is contained in:
kleper 2016-11-26 17:38:14 -05:00
parent a0a10510dc
commit 772a4834ef
1 changed files with 9 additions and 4 deletions

View File

@ -41,6 +41,11 @@ return $resultado;
function Conectarse(){
$servidor = "";
$usuario = "";
$password = "";
$db = "";
if ( !isset ( $link ) ) {
@include("includes/datos.php");