mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
test: default value for email configuration item;nit necessary to close php comment
::by sergio giraldo @ 20230910T0958CEST, gpg signed
This commit is contained in:
parent
c665385ff6
commit
6728053ab0
|
@ -1,5 +1,4 @@
|
|||
;<?php http_response_code(403);
|
||||
/*
|
||||
;<?php http_response_code(403); /*
|
||||
; config file for PrivateBin
|
||||
;
|
||||
; An explanation of each setting can be find online at https://github.com/PrivateBin/PrivateBin/wiki/Configuration.
|
||||
|
@ -263,5 +262,4 @@ dir = PATH "data"
|
|||
; (optional) the "signature" (access key) issued by YOURLS for the using account
|
||||
; signature = ""
|
||||
; (optional) the URL of the YOURLS API, called to shorten a PrivateBin URL
|
||||
; apiurl = "https://yourls.example.com/yourls-api.php"
|
||||
*/
|
||||
; apiurl = "https://yourls.example.com/yourls-api.php"
|
|
@ -58,6 +58,7 @@ class ViewTest extends TestCase
|
|||
$page->assign('EXPIREDEFAULT', self::$expire_default);
|
||||
$page->assign('URLSHORTENER', '');
|
||||
$page->assign('QRCODE', true);
|
||||
$page->assign('EMAIL', true);
|
||||
$page->assign('HTTPWARNING', true);
|
||||
$page->assign('HTTPSLINK', 'https://example.com/');
|
||||
$page->assign('COMPRESSION', 'zlib');
|
||||
|
|
Loading…
Reference in New Issue
Block a user