summary refs log tree commit diff stats
path: root/hybrid.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'hybrid.cgi')
-rwxr-xr-xhybrid.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/hybrid.cgi b/hybrid.cgi
index dc4cb08..8fc7695 100755
--- a/hybrid.cgi
+++ b/hybrid.cgi
@@ -3,8 +3,9 @@
 import sys
 import os
 import cgi
-import cgitb
-cgitb.enable()
+import pathlib
+
+FBDIR="/srv/fb"
 
 CONTENT_LENGTH = os.environ["CONTENT_LENGTH"]
 CONTENT_TYPE = os.environ["CONTENT_TYPE"]