Files

23 lines
337 B
Markdown
Raw Permalink Normal View History

2021-12-03 11:59:22 +01:00
testInstall()
checks Smarty installation
Description
===========
void
testInstall
This function verifies that all required working folders of the Smarty
installation can be accessed. It does output a corresponding protocol.
2021-12-03 11:59:22 +01:00
<?php
2023-08-08 00:04:14 +02:00
use Smarty\Smarty;
2021-12-03 11:59:22 +01:00
$smarty = new Smarty();
$smarty->testInstall();
?>