]> git.openstreetmap.org Git - chef.git/blob - cookbooks/donate/templates/default/db-connect.inc.php.erb
b2d2a6f5e4b82650463f46edf755575122784660
[chef.git] / cookbooks / donate / templates / default / db-connect.inc.php.erb
1 <?php
2 $_DB_H = mysql_connect('localhost','donate','<%= @database_password %>');
3 mysql_select_db('donate', $_DB_H);
4 mysql_query('SET NAMES \'utf8\'', $_DB_H);