Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
ut-tex
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2015-12-09 21:27:10 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c9cde5b931d23eaf82e793ff919071a994fd5f5
7c9cde5b
1 parent
0e57eb67
Successfully generated a note
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
genpdf/genpdf.php
genpdf/genpdf.php
View file @
7c9cde5
...
...
@@ -840,7 +840,7 @@ foreach ($files as $file) {
die
(
'Cannot create temporary directory'
);
exec
(
'cp -a /var/www/
ut.mephi.ru
/ut-tex/mephimemo "'
.
$tempdir
.
'/"'
);
exec
(
'cp -a /var/www/
'
.
$_SERVER
[
'SERVER_NAME'
]
.
'
/ut-tex/mephimemo "'
.
$tempdir
.
'/"'
);
chdir
(
$tempdir
.
'/mephimemo'
);
file_put_contents
(
"request.get"
,
print_r
(
$_GET
,
true
));
...
...
@@ -919,7 +919,7 @@ foreach ($files as $file) {
file_put_contents
(
'footer.tex'
,
$footer
);
file_put_contents
(
'responsible.tex'
,
'\mmresponsibleskip'
);
print_r
(
$_GET
);
die
();
//
print_r($_GET);die();
if
(
empty
(
$issue_id
))
{
if
(
!
is_null
(
$project_id
))
{
...
...
Please
register
or
login
to post a comment