mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
moved index to webnotes/cms
This commit is contained in:
@@ -32,11 +32,11 @@ def respond():
|
||||
if 'cmd' in webnotes.form_dict:
|
||||
webnotes.handler.handle()
|
||||
else:
|
||||
import webnotes.index
|
||||
import webnotes.cms.index
|
||||
print "Content-Type: text/html"
|
||||
webnotes.handler.print_cookies()
|
||||
print
|
||||
print webnotes.index.get()
|
||||
print webnotes.cms.index.get()
|
||||
|
||||
if __name__=="__main__":
|
||||
init()
|
||||
|
||||
Reference in New Issue
Block a user