Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-web-393
Commits
fffd658c
Commit
fffd658c
authored
Jul 11, 2021
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
organized includes
parent
b7c67d28
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
capture_range.php
src/php_top/capture_range.php
+3
-3
No files found.
src/php_top/capture_range.php
View file @
fffd658c
...
...
@@ -26,9 +26,9 @@
*! -----------------------------------------------------------------------------**
*!
*/
// TODO set include path, like in
set_include_path ( get_include_path () . PATH_SEPARATOR . '/www/pages/include' );
include
'
include/
show_source_include.php'
;
include
"
include/
elphel_functions_include.php"
;
// includes curl functions
set_include_path
(
get_include_path
()
.
PATH_SEPARATOR
.
'/www/pages/include'
);
include
'show_source_include.php'
;
include
"elphel_functions_include.php"
;
// includes curl functions
$minahead
=
2
;
$PARS_FRAMES
=
16
;
$maxahead
=
$PARS_FRAMES
-
4
;
// 3;
...
...
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