Use JQuery date pickers.
[readifood.git] / www / index.php
index 84f8717..4468e05 100644 (file)
@@ -28,6 +28,7 @@
   else $module = strtolower($module);
   #echo "request: $request; module: $module; params: " . print_r($parameters, true);
 
+  $http = (isset($_SERVER['HTTPS'])) ? "https" : "http";
   $username = $_SERVER['REMOTE_USER'];
   include_once("$lib_root/constants.php");
   include_once("$lib_root/functions.php");