Unicode failure.

This commit is contained in:
Savetheinternet 2010-11-02 22:54:50 +11:00
parent 494387589c
commit 962febb96a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
function sql_open() {
global $sql;
$sql = @mysql_connect(MY_SERVER, MY_USER, MY_PASSWORD) or error('Database error.');

View File

@ -1,4 +1,4 @@
<?php
<?php
require 'inc/config.php';
require 'inc/functions.php';
require 'inc/display.php';