mirror of
https://github.com/php/web-doc.git
synced 2025-08-06 11:06:29 +00:00
Nuke smarty
This commit is contained in:
@ -65,7 +65,7 @@ include '../include/init.inc.php';
|
||||
// grab the documentation type
|
||||
$TYPE = array_shift($argv);
|
||||
|
||||
if (!in_array($TYPE, array('php', 'smarty', 'pear'))) {
|
||||
if (!in_array($TYPE, array('php', 'pear'))) {
|
||||
echo "Error: The revcheck script is not available yet for $TYPE\n";
|
||||
exit(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user