PluginProbe
WebTotem Security / 3.0.2
WebTotem Security v3.0.2
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | lib/Interface.php +0 -10 3.0.03.0.2 View file →
@@ -101,18 +101,8 @@
101 101
102 102 // Check if the plugin version has changed.
103 103 WebTotemAgentManager::checkVersion();
104 104
105 - $sapi = @php_sapi_name();
106 - if( $sapi != "cli" ) {
107 - if ($waf = WebTotemOption::getOption("waf_file")) {
108 - $include_waf_file = ABSPATH . '_include_' . $waf;
109 -
110 - if (is_file($include_waf_file) && is_readable($include_waf_file)) {
111 - include_once $include_waf_file;
112 - }
113 - }
114 - }
115 105 }
116 106 }
117 107
118 108