Phase 5: Final validation and remaining reference updates
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
0ea24764e3
commit
815f2b0b0c
64 changed files with 144 additions and 144 deletions
|
|
@ -8,7 +8,7 @@
|
|||
function exec_gsp_module()
|
||||
{
|
||||
global $db, $settings;
|
||||
define('REPONAME', 'OGP-Website');
|
||||
define('REPONAME', 'GSP-Website');
|
||||
|
||||
if ($_SESSION['users_group'] != "admin")
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue