forked from leftypol/leftypol
Unicode failure.
This commit is contained in:
parent
494387589c
commit
962febb96a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
function sql_open() {
|
function sql_open() {
|
||||||
global $sql;
|
global $sql;
|
||||||
$sql = @mysql_connect(MY_SERVER, MY_USER, MY_PASSWORD) or error('Database error.');
|
$sql = @mysql_connect(MY_SERVER, MY_USER, MY_PASSWORD) or error('Database error.');
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
require 'inc/config.php';
|
require 'inc/config.php';
|
||||||
require 'inc/functions.php';
|
require 'inc/functions.php';
|
||||||
require 'inc/display.php';
|
require 'inc/display.php';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue