Файл: update_1.0_to_1.01.txt
Строк: 24
Please follow these update instructions to update from 1.0 to 1.01
make
sure to backup all of your files and your database before
updating/replacing
replace conf.php and edit or
#
# ---- [ OPEN ]
---------------
#
conf.php
#
# ---- [ FIND ]
---------------
#
<?php
#
# ---- [ ADD IN THE NEXT LINE ]
---------------
#
error_reporting(E_ALL ^ E_NOTICE);
#
# ---- [ FIND
LINE BEGINNING WITH ] ---------------
#
$server = "
#
# ---- [ ADD
IN THE NEXT LINES ] ---------------
#
//what should be added after the
username for the sender's address
//could be empty too (i.e. if the
usernames like name@domain)
$maildomain = false;
//$maildomain =
"yourdomain.tld";
#
# ---- [ FIND ]
---------------
#
$version = "1.0";
#
# ---- [ REPLACE WITH ]
---------------
#
$version = "1.01";
#
# ---- [ SAVE AND
UPLOAD ] ---------------
#
+++++++++++++++++
+ Please replace the
following
files:
+++++++++++++++++
newmess.php
index.php
css/common.css
that's
it :)