[imp] aspell and php
Chris Hastie
lists@oak-wood.co.uk
Tue, 16 Jul 2002 17:59:37 +0100
On Tue, 16 Jul 2002, Tim Gorter <email@teletechnics.com> wrote
>Could somebody maybe help me with a couple lines of php code that I could
>insert anywhere... even say in motd.php that would print out the help
>information that aspell gives with the -? switch or alike.
<?php
$aspell_dump = $conf['utils']['spellchecker']." dump config";
echo "<pre>".`$aspell_dump`."</pre>";
?>
in motd.php should dump aspell's configuration on your login screen.
--
Chris Hastie