JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
s/e-mail/email/ (the way of the future man)
[wfpl.git] / test / session_test_db_connect.php
1 <?php
2
3 require_once('code/wfpl/db.php');
4
5 db_connect('DATABASE_NAME', 'USERNAME', 'PASSWORD');
6
7 ?>