Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Intelliants
E-commerce Script
Commits
ce4c16fc
Commit
ce4c16fc
authored
Sep 07, 2017
by
Janur J.
Browse files
Unused file removal
parent
c6159594
Changes
1
Hide whitespace changes
Inline
Side-by-side
currency.php
deleted
100644 → 0
View file @
c6159594
<?php
/******************************************************************************
*
* Subrion E-commerce Software
* Copyright (C) 2017 Intelliants, LLC <https://intelliants.com>
*
* This file is part of Subrion E-commerce Software.
*
* This program is a commercial software and any kind of using it must agree
* to the license, see <https://subrion.pro/license.html>.
*
* This copyright notice may not be removed from the software source without
* the permission of Subrion respective owners.
*
*
******************************************************************************/
if
(
iaView
::
REQUEST_HTML
==
$iaView
->
getRequestType
())
{
if
(
1
!=
count
(
$iaCore
->
requestPath
))
{
return
iaView
::
errorPage
(
iaView
::
ERROR_NOT_FOUND
);
}
$iaCurrency
=
$iaCore
->
factoryModule
(
'currency'
,
IA_CURRENT_MODULE
);
$iaCurrency
->
set
(
$iaCore
->
requestPath
[
0
]);
$redirectUrl
=
isset
(
$_SERVER
[
'HTTP_REFERER'
])
?
$_SERVER
[
'HTTP_REFERER'
]
:
IA_URL
;
iaUtil
::
go_to
(
$redirectUrl
);
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment