Select Git revision
connectinfo-sample.php
-
Eric Rasmussen authoredEric Rasmussen authored
connectinfo-sample.php 160 B
<?php
// Copy and rename as connectinfo.php
$username = '';
$password = '';
$database = 'inthenews';
error_reporting(E_ALL);
ini_set('display_errors', '1');