Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
6d6bf2f7
Commit
6d6bf2f7
authored
Jan 29, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Jan 29, 2015
Browse files
Merge "Redirect old-style view/artefact.php URL to artefact/artefact.php"
parents
252a644f
0de9fa76
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/artefact.php
0 → 100644
View file @
6d6bf2f7
<?php
/**
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
define
(
'INTERNAL'
,
1
);
require
(
dirname
(
dirname
(
__FILE__
))
.
'/init.php'
);
// We relocated this file to artefact/artefact.php to make it easier to some day do per-artefact permissions.
// Redirect to the new URL.
redirect
(
get_config
(
'wwwroot'
)
.
'artefact/artefact.php?'
.
$_SERVER
[
'QUERY_STRING'
]);
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