mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 12:16:28 +02:00
Add notification center button and fix stat-card/activity board loading
This commit is contained in:
9
public/snappymail.php
Normal file
9
public/snappymail.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$_ENV['snappymail_INCLUDE_AS_API'] = true;
|
||||
include '/usr/local/CyberCP/public/snappymail/index.php';
|
||||
|
||||
$oConfig = \snappymail\Api::Config();
|
||||
$oConfig->SetPassword('u2wfFtdy3WLLQT');
|
||||
echo $oConfig->Save() ? 'Done' : 'Error';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user