Another fix for phpredisadmin
This commit is contained in:
@@ -1590,7 +1590,7 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
# PHPREDISADMIN
|
# PHPREDISADMIN
|
||||||
if self.app.pargs.phpredisadmin:
|
if self.app.pargs.phpredisadmin:
|
||||||
if not os.path.isdir('/var/www/22222/htdocs/cache/redis'):
|
if not os.path.isdir('/var/www/22222/htdocs/cache/redis/phpRedisAdmin'):
|
||||||
Log.debug(
|
Log.debug(
|
||||||
self, "Setting packages variable for phpRedisAdmin")
|
self, "Setting packages variable for phpRedisAdmin")
|
||||||
self.app.pargs.composer = True
|
self.app.pargs.composer = True
|
||||||
|
|||||||
Reference in New Issue
Block a user