pull/109/head
Mr Chen 6 years ago
parent 9476d22d4d
commit 795f5b7450
  1. 5
      plugins/php/index.html
  2. 2
      plugins/php/js/php.js

@ -22,5 +22,8 @@
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
$.getScript( "/plugins/file?name=php&f=js/php.js"); $.getScript( "/plugins/file?name=php&f=js/php.js", function(){
pluginService('php', $('.plugin_version').attr('version'));
});
</script> </script>

@ -661,5 +661,3 @@ function GetPHPStatus(a) {
}) })
}) })
} }
pluginService('php', $('.bt-form .plugin_version').attr('version'));

Loading…
Cancel
Save