Guest User

Untitled

a guest
Jan 4th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php
  2. // tu MySQL
  3. $ipmysql="localhost";
  4. $Usermysql="root";
  5. $Passmysql="";
  6. $puertomysql="3306";
  7. $basemysql="mkbase";
  8.  
  9. // Equipo1
  10. $ipRouteros="192.168.1.1"; //Se obtiene de la base
  11. $Username="api";
  12. $Pass="12345678";
  13. $api_puerto=8728;
  14. //$name=$_GET["interface"];// por parametros
  15.  
  16. ?>
Add Comment
Please, Sign In to add comment