130218 Update `centos-web.cgi'.

Authored and Committed by areguera 13 years ago
    Update `centos-web.cgi'.
    
        
Scripts/CentOS-Web/centos-web.cgi CHANGED
@@ -3,6 +3,6 @@
3
3
from Xhtml import output
4
4
5
5
def main():
6
- output.page()
6
+ output.main()
7
7
8
8
if __name__ == '__main__': main()