PirateBoxScripts_Webserver/piratebox/piratebox/www/cgi-bin/psoread.py

14 lines
313 B
Python
Raw Normal View History

2012-04-14 16:22:27 +02:00
#!/usr/bin/python
# PyShoutOut by Joey C. (http://www.joeyjwc.x3fusion.com)
# Read the data from a shout-out file.
# Changed by Matthias Strubel / 2011-02-27 for piratebox-path
2014-12-11 17:14:22 +01:00
from psogen import generate_html_to_display_from_file
2012-04-14 16:22:27 +02:00
print "Content-type:text/html\r\n\r\n"
generate_html_to_display_from_file()