mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2024-11-28 15:24:15 +01:00
Prevent included scripts from creating output.
This commit is contained in:
parent
ecf0248d13
commit
0a460695bf
@ -28,8 +28,10 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
ob_start();
|
||||
require_once 'ykksm-config.php';
|
||||
require_once 'ykksm-utils.php';
|
||||
ob_end_clean();
|
||||
|
||||
openlog("ykksm", LOG_PID, $logfacility)
|
||||
or die("ERR Syslog open error\n");
|
||||
|
Loading…
Reference in New Issue
Block a user