Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
b78693cd
Commit
b78693cd
authored
Jun 07, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. fixed warning when creating a symlink 2. (tmp?) create symlink on page load
parent
6306c43a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
camogm.js
recipes-core/apps-web/files/camogm.js
+2
-0
camogm.php
recipes-core/apps-web/files/camogm.php
+0
-1
No files found.
recipes-core/apps-web/files/camogm.js
View file @
b78693cd
...
...
@@ -75,6 +75,8 @@ function init(){
$
.
ajax
({
url
:
"camogm.php?cmd=create_symlink&path="
+
$
(
this
).
val
()});
});
$
.
ajax
({
url
:
"camogm.php?cmd=create_symlink&path="
+
$
(
"#abspath"
).
val
()});
ct3
=
$
(
"<div style='padding-top:20px;'>"
);
tmpstr
=
"<table>
\n
"
;
...
...
recipes-core/apps-web/files/camogm.php
View file @
b78693cd
...
...
@@ -74,7 +74,6 @@ if ($cmd=="create_symlink"){
exec
(
"ln -sf
$path
/www/pages/video;sync"
);
}
}
break
;
}
//camogm pipe commands
...
...
Write
Preview
Markdown
is supported
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