diff options
author | carlgmathisen <> | 2008-12-10 11:34:24 +0000 |
---|---|---|
committer | carlgmathisen <> | 2008-12-10 11:34:24 +0000 |
commit | 98c6f4005ccfb3b91ede65b919300d36935cb61f (patch) | |
tree | bd89dd891625476c7f7b3c6a877cc3d88d0f1792 /framework/PradoBase.php | |
parent | 6f9ee03f2a58bd1c6c7afe738b553f1176464137 (diff) |
removal of default generator meta tag
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 4a64d6dd..5256b32e 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -115,11 +115,6 @@ class PradoBase return '<a title="Powered by PRADO" href="http://www.pradosoft.com/" target="_blank"><img src="'.$url.'" style="border-width:0px;" alt="Powered by PRADO" /></a>'; } - public static function metaGenerator() - { - return 'PRADO - http://www.pradosoft.com/'; - } - /** * PHP error handler. * This method should be registered as PHP error handler using |