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
mesh
meshmap
Commits
f8d524bf
Commit
f8d524bf
authored
May 01, 2018
by
Eric - kg6wxc
Browse files
fixed my stupid error in admin.php page.
parent
e24346c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpage/admin/admin.php
View file @
f8d524bf
...
...
@@ -30,11 +30,13 @@ if (!$sql_connection) {
<head>
<title>
MeshMap Admin Page
</title>
if (file_exists("./admin.css") {
<link
rel=
'stylesheet'
href=
'admin.css'
>
<?php
if
(
file_exists
(
"./admin.css"
))
{
echo
"<link rel='stylesheet' href='admin.css'>
\n
"
;
}
else
{
<link
rel=
'stylesheet'
href=
'admin.css-default'
>
echo
"
<link rel='stylesheet' href='admin.css-default'>
\n
"
;
}
?>
<!-- extra javascripts and css needed -->
<script
src=
'../javascripts/jquery-3.2.1.js'
></script>
<!-- <script type="text/javascript" src="../javascripts/jquery.dataTables.min.js"></script> -->
...
...
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