Also you can remove the phpnuke default copyright note by replacing
|
Code:
|
if ($commercial_license == 1) {
echo "$total_time
\n</font>\n";
} else {
echo "$copyright
$total_time
\n</font>\n";
}
} |
with
|
Code:
|
if ($commercial_license == 0) {
echo "$total_time
\n</font>\n";
} else {
echo "$copyright
$total_time
\n</font>\n";
}
} |
in root\footer.php line 43.
But to do this you MUST(I repeat, YOU MUST) get the written permission of script author.