removed resources.php

This commit is contained in:
Frumph
2014-10-23 04:27:22 -07:00
parent d7b756238e
commit 67a6446fed
-9
View File
@@ -1,9 +0,0 @@
<div id="comiceasel-resources">
<div class="comiceasel-options">
<?php
$got_file = wp_remote_get( 'http://frumph.net/downloads/index.html' );
if (isset($got_file['body']) && !empty($got_file['body'])) echo $got_file['body'];
?>
<br />
</div>
</div>