Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
ff40e72c
Commit
ff40e72c
authored
12 years ago
by
Giovannoni Laurent
Browse files
Options
Downloads
Patches
Plain Diff
fix:
#305
parent
a5346ca6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/trunk/index.php
+5
-3
5 additions, 3 deletions
core/trunk/index.php
with
5 additions
and
3 deletions
core/trunk/index.php
+
5
−
3
View file @
ff40e72c
...
...
@@ -2,7 +2,7 @@
/*
* Copyright 2012 Maarch
*
*
This file is part of Maarch Framework.
*
This file is part of Maarch Framework.
*
* Maarch Framework is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -41,7 +41,9 @@ if(isset($_GET['origin']) && $_GET['origin'] == 'scan')
header
(
'location: apps/'
.
$_SESSION
[
'businessapps'
][
0
][
'appid'
]
.
'/reopen.php'
);
}
elseif
(
count
(
$_SESSION
[
'businessapps'
])
==
1
)
{
$_SESSION
[
'config'
][
'app_id'
]
=
$_SESSION
[
'businessapps'
][
0
][
'appid'
];
header
(
'location: apps/'
.
$_SESSION
[
'config'
][
'app_id'
]
/*
header('location: apps/'.$_SESSION['config']['app_id']
. '/index.php?display=true&page=login&coreurl='
.
$_SESSION
[
'config'
][
'coreurl'
]);
. $_SESSION['config']['coreurl']);*/
header
(
'location: apps/'
.
$_SESSION
[
'config'
][
'app_id'
]
.
'/index.php?display=true&page=login'
);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment