Browse Source

Fixed Typo

old-stable
gau1991 11 years ago
parent
commit
08832c19b2
  1. 2
      src/modules/debug/ee_mod_debug_wp.sh

2
src/modules/debug/ee_mod_debug_wp.sh

@ -1,6 +1,6 @@
# WordPress debug
function ee_mod_debug_wp)()
function ee_mod_debug_wp()
{
if [ "$1" = "start" ]; then
if [ -e /var/www/$EE_DOMAIN/wp-config.php ]; then

Loading…
Cancel
Save