View file swphotodating/db.php

File size: 77B
<?php
@mysql_connect('host', 'user', 'pass');
@mysql_select_db('db');
?>