forked from Wavyzz/dolibarr
Fix PhanPluginWhitespaceTrailing + format code + minor spelling
This commit is contained in:
@@ -318,6 +318,7 @@ return [
|
||||
// to `exclude_analysis_directory_list`.
|
||||
"exclude_analysis_directory_list" => [
|
||||
'htdocs/includes/',
|
||||
'htdocs/install/doctemplates/websites/',
|
||||
'htdocs/core/class/lessc.class.php', // External library
|
||||
PHAN_DIR . '/stubs/',
|
||||
],
|
||||
|
||||
@@ -263,6 +263,7 @@ return [
|
||||
// to `exclude_analysis_directory_list`.
|
||||
"exclude_analysis_directory_list" => [
|
||||
'htdocs/includes/',
|
||||
'htdocs/install/doctemplates/websites/',
|
||||
'htdocs/core/class/lessc.class.php', // External library
|
||||
PHAN_DIR . '/stubs/',
|
||||
],
|
||||
|
||||
@@ -92,6 +92,7 @@ return [
|
||||
// to `exclude_analysis_directory_list`.
|
||||
"exclude_analysis_directory_list" => [
|
||||
'htdocs/includes/',
|
||||
'htdocs/install/doctemplates/websites/',
|
||||
'htdocs/core/class/lessc.class.php', // External library
|
||||
PHAN_DIR . '/stubs/',
|
||||
],
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<h1>Error</h1>
|
||||
|
||||
<br>
|
||||
Sorry. You are not allowed to access this resource.
|
||||
Sorry. You are not allowed access to this resource.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
@@ -26,7 +26,7 @@
|
||||
No esta autorizado para acceder a este recurso.
|
||||
|
||||
<br>
|
||||
<?php print isset($_SERVER["HTTP_REFERER"]) ? 'You come from '.htmlentities($_SERVER["HTTP_REFERER"], ENT_COMPAT, 'UTF-8').'.' : ''; ?>
|
||||
<?php print isset($_SERVER["HTTP_REFERER"]) ? 'You arrived from '.htmlentities($_SERVER["HTTP_REFERER"], ENT_COMPAT, 'UTF-8').'.' : ''; ?>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user