Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
legi
soft
gestex
Commits
58804596
Commit
58804596
authored
Jul 12, 2021
by
Estéban Ristich
Browse files
Init intervention process
parent
c4708648
Changes
1
Hide whitespace changes
Inline
Side-by-side
intervention-process.php
View file @
58804596
<?php
// equipment-process.php
$web_page
=
true
;
// Module
require_once
(
'module/auth-functions.php'
);
require_once
(
'module/html-functions.php'
);
// Authenticate
auth_or_login
(
'equipment-list.php'
);
level_or_alert
(
3
,
'Ajout / Modification d\'une intervention'
);
$logged_level
=
$_SESSION
[
'logged_level'
];
unset
(
$erreur
);
$desciption
=
param_post
(
'description'
);
$company
=
param_post
(
'company'
);
$notice
=
param_post
(
'notice'
);
?>
\ No newline at end of file
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