Skip to content

Commit 0a47418

Browse files
committed
fix one more lingering merge conflict
1 parent 45fb5a2 commit 0a47418

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

index.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@
189189
}
190190

191191
/**
192-
<<<<<<< HEAD
193-
=======
194192
* load login form data, if present, and save to credential variables
195193
*/
196194
if (isset($_POST['controller_user']) && !empty($_POST['controller_user'])) {
@@ -225,7 +223,6 @@
225223
}
226224

227225
/**
228-
>>>>>>> pr58
229226
* get requested output_format or use the output_format stored in the $_SESSION array
230227
*/
231228
if (isset($_GET['output_format'])) {
@@ -1227,16 +1224,10 @@ function get_client_version()
12271224
os_version = '<?php echo (php_uname('s') . ' ' . php_uname('r')) ?>',
12281225
api_browser_version = '<?php echo API_BROWSER_VERSION ?>',
12291226
api_class_version = '<?php echo API_CLASS_VERSION ?>',
1230-
<<<<<<< HEAD
1231-
controller_user = '<?php if (isset($_SESSION['controller'])) echo $controller['user'] ?>',
1232-
controller_url = '<?php if (isset($_SESSION['controller'])) echo $controller['url'] ?>',
1233-
controller_version = '<?php if (isset($_SESSION['controller'])) echo $detected_controller_version ?>',
1234-
theme = 'bootstrap';
1235-
=======
12361227
controller_user = '<?php if (isset($controller['user'])) echo $controller['user'] ?>',
12371228
controller_url = '<?php if (isset($controller['url'])) echo $controller['url'] ?>',
12381229
controller_version = '<?php if (isset($detected_controller_version)) echo $detected_controller_version ?>';
1239-
>>>>>>> pr58
1230+
theme = 'bootstrap';
12401231

12411232
/**
12421233
* check whether user has stored a custom theme, if yes we switch to the stored value

0 commit comments

Comments
 (0)