1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00

Update message

This commit is contained in:
Chaoyi Zha 2014-11-20 16:34:48 -05:00
parent b2371aefbd
commit f640e2de63

2
r.php
View File

@ -23,7 +23,7 @@ if (!$row['rurl']) {
}
if (strtolower($row['rurl']) == "disabled") {
require_once 'header.php';
echo "<h2>The link you are trying to reach has been disabled because it infriges our Terms of Service</h2><br>"
echo "<h2>The link you are trying to reach has been disabled by an Administrator</h2><br>"
. "Sorry for the inconvienience.";
require_once 'footer.php';
}