File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 189189}
190190
191191/**
192- <<<<<<< HEAD
193- =======
194192 * load login form data, if present, and save to credential variables
195193 */
196194if (isset ($ _POST ['controller_user ' ]) && !empty ($ _POST ['controller_user ' ])) {
225223}
226224
227225/**
228- >>>>>>> pr58
229226 * get requested output_format or use the output_format stored in the $_SESSION array
230227 */
231228if (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
You can’t perform that action at this time.
0 commit comments