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
2 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
;<?php http_response_code(403);
|
;<?php http_response_code(403); /*
|
||||||
/*
|
|
||||||
; config file for PrivateBin
|
; config file for PrivateBin
|
||||||
;
|
;
|
||||||
; An explanation of each setting can be find online at https://github.com/PrivateBin/PrivateBin/wiki/Configuration.
|
; An explanation of each setting can be find online at https://github.com/PrivateBin/PrivateBin/wiki/Configuration.
|
||||||
|
@ -264,4 +263,3 @@ dir = PATH "data"
|
||||||
; signature = ""
|
; signature = ""
|
||||||
; (optional) the URL of the YOURLS API, called to shorten a PrivateBin URL
|
; (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('EXPIREDEFAULT', self::$expire_default);
|
||||||
$page->assign('URLSHORTENER', '');
|
$page->assign('URLSHORTENER', '');
|
||||||
$page->assign('QRCODE', true);
|
$page->assign('QRCODE', true);
|
||||||
|
$page->assign('EMAIL', true);
|
||||||
$page->assign('HTTPWARNING', true);
|
$page->assign('HTTPWARNING', true);
|
||||||
$page->assign('HTTPSLINK', 'https://example.com/');
|
$page->assign('HTTPSLINK', 'https://example.com/');
|
||||||
$page->assign('COMPRESSION', 'zlib');
|
$page->assign('COMPRESSION', 'zlib');
|
||||||
|
|
Loading…
Reference in a new issue