Breaking out credintals into own file
This commit is contained in:
parent
787ea0c29a
commit
059f487d10
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
$sqluser='pwtool';
|
||||
$sqlpass='';
|
||||
$sqlhost='localhost';
|
||||
$captcahsdotnetuser='demo';
|
||||
$captcahsdotnetpass='secret';
|
||||
?>
|
||||
|
|
@ -17,11 +17,7 @@
|
|||
</div>
|
||||
<div style="border: 1px solid #000000; text-align: left; padding: 8px;">
|
||||
<?php
|
||||
$sqluser='pwtool';
|
||||
$sqlpass='BaVYtU9YqMyrp4qi';
|
||||
$sqlhost='localhost';
|
||||
$captcahsdotnetuser='demo';
|
||||
$captcahsdotnetpass='secret';
|
||||
require_once '/var/www/html/creds.inc';
|
||||
try {
|
||||
$pdo = new PDO(
|
||||
"mysql:host=$sqlhost;dbname=pwtool;charset=utf8",
|
||||
|
|
|
|||
Loading…
Reference in New Issue