GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Exclusive mode seems to work without deadlocks
[mirrors/Programs.git]
/
php
/
stredni-php
/
mailer
/
mail.php
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
<?php
\r
2
\r
3
if ( Mail($_POST["mail_prijemce"], $_POST["predmet"], $_POST["zprava"], "From: " . $_POST["mail_odesilatele"]) )
\r
4
echo "Mail byl odeslan!";
\r
5
else echo "Mail se nepodarilo odeslat!";
\r
6
?>
\r
This page took
0.215528 seconds
and
4
git commands to generate.