View file system/news/news.php

File size: 126B
<?php
print @file_get_contents('system/news/2.dat');
echo'<br>';
print @file_get_contents('system/news/3.dat');
echo'<br>';
?>