mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-19 21:33:31 -04:00
removed resources.php
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user