first commit
This commit is contained in:
7
plugins/sfCaptchaGDPlugin/config/config.php
Normal file
7
plugins/sfCaptchaGDPlugin/config/config.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
stPluginHelper::addEnableModule('sfCaptchaGD', 'frontend');
|
||||
stPluginHelper::addRouting('stcaptchaGDPlugin', '/captcha', 'sfCaptchaGD', 'GetImage', 'frontend');
|
||||
|
||||
stPluginHelper::addEnableModule('sfCaptchaGD', 'backend');
|
||||
stPluginHelper::addRouting('stcaptchaGDPlugin', '/captcha', 'sfCaptchaGD', 'GetImage', 'backend');
|
||||
Reference in New Issue
Block a user