Re-enable includes/requires.
diff --git a/scripts/iplog.php b/scripts/iplog.php
index 5440473..badfa0b 100644
--- a/scripts/iplog.php
+++ b/scripts/iplog.php
@@ -12,6 +12,7 @@
 }
 $ipouterrors= array();
 
+include $relativePath."/commonFiles/orbitUtilities.php";
 // previous page is for "bread crumbs"
 
 # get path to use when resolving relative children repositories
@@ -63,8 +64,8 @@
 // echo "current base URL: " . curPageURL();
 
 
-//require $relativePath."/commonFiles/DL.header.php.html";
-//include "$relativePath"."/commonFiles/tinyReminder.php";
+require $relativePath."/commonFiles/DL.header.php.html";
+include "$relativePath"."/commonFiles/tinyReminder.php";
 
 ?>
 
@@ -344,8 +345,8 @@
 echo "</table>";
 echo "<p>Note: entries marked with 'unzip' are intented to be unzipped in a normal IDE environment, to work as intended (even though the file to download is a jar file).</p>";
 
-//include $relativePath."/commonFiles/footerSUA.html";
-//include $relativePath."/commonFiles/footerWebmaster.html";
-//require $relativePath."/commonFiles/DL.footer.php.html";
+include $relativePath."/commonFiles/footerSUA.html";
+include $relativePath."/commonFiles/footerWebmaster.html";
+require $relativePath."/commonFiles/DL.footer.php.html";
 
 ?>