// ******************************************************************* // admin/linkcheck_main.php // ******************************************************************* include("../include/config.php"); include("../include/functions.php"); include("../include/common.php"); $language = $gl["Language"]; include("../include/lang/$language.php"); include("../include/session.php"); session_start(); if(!isset($start)){ $start=0; } if(!isset($many)){ $many=10; } ?>
| Status | Delete | Edit | Site |
| "; if(isset($bad_link)){ echo "Bad"; } else { echo "Good"; } unset($bad_link); echo " | "; echo ""; echo stripslashes($rows[SiteName]) . " - " . $rows[SiteURL]; echo $error_message . " |