����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
$_REQUEST['modfunc'] = 'choose_course';
if ( empty( $_REQUEST['course_id'] ) )
{
include 'modules/Scheduling/Courses.php';
}
else
{
$course_title = DBGetOne( "SELECT TITLE
FROM courses
WHERE COURSE_ID='" . (int) $_REQUEST['course_id'] . "'" );
$html_to_escape = $course_title .
'<input type="hidden" name="request_course_id" value="' . AttrEscape( $_REQUEST['course_id'] ) . '" /><br />
<label><input type="checkbox" name="missing_request_course" value="Y" /> ' .
_( 'Not Requested' ) . '</label>';
echo '<script>opener.document.getElementById("request_div").innerHTML = ';
echo json_encode( $html_to_escape );
echo '; window.close();</script>';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ChooseCourse.php | File | 2.46 KB | 0644 |
|
| ChooseRequest.php | File | 673 B | 0644 |
|
| Export.php | File | 27.6 KB | 0644 |
|
| Portal.php | File | 44.31 KB | 0644 |
|
| ViewContact.php | File | 1.81 KB | 0644 |
|