mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
using Vendor from composer
This commit is contained in:
parent
54ec065e98
commit
1b51881f9b
1288 changed files with 128840 additions and 135772 deletions
|
@ -4,7 +4,6 @@
|
|||
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
||||
|
||||
**/
|
||||
session_start();
|
||||
function r2($to, $ntype = 'e', $msg = '')
|
||||
{
|
||||
if ($msg == '') {
|
||||
|
@ -82,7 +81,6 @@ function _notify($msg, $type = 'e')
|
|||
$_SESSION['notify'] = $msg;
|
||||
}
|
||||
|
||||
require_once('system/vendors/smarty/libs/Smarty.class.php');
|
||||
$lan_file = 'system/lan/' . $config['language'] . '/common.lan.php';
|
||||
require($lan_file);
|
||||
$ui = new Smarty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue