File tree Expand file tree Collapse file tree 3 files changed +890
-6
lines changed
Expand file tree Collapse file tree 3 files changed +890
-6
lines changed Original file line number Diff line number Diff line change @@ -1492,7 +1492,7 @@ def ResetEmailConfigurations(self):
14921492 writeToFile .write ('Starting..,0' )
14931493 writeToFile .close ()
14941494
1495- execPath = "/usr/local/CyberCP/bin/python " + virtualHostUtilities .cyberPanel + "/mailServer/mailserverManager .py"
1495+ execPath = "/usr/local/CyberCP/bin/python " + virtualHostUtilities .cyberPanel + "/plogical/mailUtilities .py"
14961496 execPath = execPath + ' ResetEmailConfigurations --tempStatusPath %s' % (tempStatusPath )
14971497
14981498 ProcessUtilities .popenExecutioner (execPath )
Original file line number Diff line number Diff line change 33import os .path
44import sys
55import django
6-
76from plogical .httpProc import httpProc
8-
97sys .path .append ('/usr/local/CyberCP' )
108os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "CyberCP.settings" )
119django .setup ()
12- from django .shortcuts import render ,redirect
1310from django .http import HttpResponse
1411try :
1512 from .models import Domains ,EUsers
@@ -62,7 +59,6 @@ def loadEmailHome(self):
6259 None , 'createEmail' )
6360 return proc .render ()
6461
65-
6662 def createEmailAccount (self ):
6763 userID = self .request .session ['userID' ]
6864 currentACL = ACLManager .loadedACL (userID )
You can’t perform that action at this time.
0 commit comments