forked from extern/egroupware
Spellcheck
This commit is contained in:
parent
e5af8693af
commit
05a7acf450
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Use this script when you want to link to a external url.
|
Use this script when you want to link to a external url.
|
||||||
This way you don't send sonething like sessionid's as referer
|
This way you don't send something like sessionid as referer
|
||||||
|
|
||||||
Use this in your app:
|
Use this in your app:
|
||||||
|
|
||||||
@ -29,6 +29,6 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print "this want work!!";
|
echo "this won't work!!";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user