mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
7 lines
250 B
PHP
7 lines
250 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<iframe width="100%"
|
|
height="100%"
|
|
style="border: 0px"
|
|
src="http://<?= $api_key ?>.web.akismet.com/1.0/user-stats.php?blog=<?= urlencode($blog_url) ?>">
|
|
</iframe>
|