Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
belenios
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
belenios
belenios
Commits
0d5f4b7a
Commit
0d5f4b7a
authored
Jul 30, 2014
by
Stephane Glondu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Web_site: move Filename.concat alias to top level
parent
d5a77e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/web/web_site.ml
src/web/web_site.ml
+2
-1
No files found.
src/web/web_site.ml
View file @
0d5f4b7a
...
...
@@ -52,6 +52,8 @@ let get_single_line x =
return
None
)
let
(
/
)
=
Filename
.
concat
module
Make
(
C
:
CONFIG
)
:
SITE
=
struct
open
Eliom_service
open
Eliom_registration
...
...
@@ -217,7 +219,6 @@ module Make (C : CONFIG) : SITE = struct
Lwt_mutex
.
unlock
registration_mutex
;
return
None
)
else
(
let
(
/
)
=
Filename
.
concat
in
let
dir
=
C
.
spool_dir
/
uuid
in
lwt
metadata
=
Lwt_io
.
chars_of_file
f
.
f_metadata
|>
...
...
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