Phase 5: Final validation and remaining reference updates

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-08 16:08:38 +00:00
parent 0ea24764e3
commit 815f2b0b0c
64 changed files with 144 additions and 144 deletions

View file

@ -18,7 +18,7 @@ function rmdir_recurse($path) {
function exec_gsp_module()
{
define('REPONAME', 'OGP-Website');
define('REPONAME', 'GSP-Website');
if($_SESSION['users_group'] != "admin")
{
print_failure( get_lang("no_access") );
@ -107,7 +107,7 @@ function exec_gsp_module()
$new_files = "";
$unwanted_path = REPONAME . "-" . $_GET['version'];
$extract_path = $temp . DIRECTORY_SEPARATOR . "OGP_update";
$extract_path = $temp . DIRECTORY_SEPARATOR . "GSP_update";
if( !file_exists($extract_path) )
mkdir($extract_path, 0775);