HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/mollywoppersnyb.com/wp-content/plugins/post-notification/admin_changelog.php

<?php #------------------------------------------------------ # INFO #------------------------------------------------------ # This is part of the Post Notification Plugin for # Wordpress. Please see the readme.txt for details. #------------------------------------------------------ function post_notification_admin_sub(){ echo '<h3>' . __('Change log', 'post_notification') . '</h3>'; echo '<p><a href = "http://dev.wp-plugins.org/browser/post-notification/branches/1.2/changelog.txt">'; _e('Latest change log from the server.', 'post_notification'); echo '</a></p><pre>'; echo htmlspecialchars(file_get_contents(POST_NOTIFICATION_PATH . 'changelog.txt')); echo '</pre>'; } ?>