HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguy.com/wp-content/themes/disconnected/d-version.php
<?php

$currentVersion = "1.3";
header("Content-type: text/plain");

if($_GET['version'] == $currentVersion) {
// do nothing
} else {
echo "document.write('<div class=\"updated\"><p>A new version of the Disconnected theme, <a href=\"https://sourceforge.net/project/platformdownload.php?group_id=188321&sel_platform=201\" title=\"theme homepage\">version $currentVersion</a>, is now available.</p></div>');";
}

?>