2
0
forked from Wavyzz/dolibarr

Fix PhanPluginWhitespaceTrailing + format code + minor spelling

This commit is contained in:
MDW
2024-03-17 21:25:34 +01:00
parent aa6c20bf0d
commit 686facd74d
5 changed files with 7 additions and 4 deletions

View File

@@ -318,6 +318,7 @@ return [
// to `exclude_analysis_directory_list`. // to `exclude_analysis_directory_list`.
"exclude_analysis_directory_list" => [ "exclude_analysis_directory_list" => [
'htdocs/includes/', 'htdocs/includes/',
'htdocs/install/doctemplates/websites/',
'htdocs/core/class/lessc.class.php', // External library 'htdocs/core/class/lessc.class.php', // External library
PHAN_DIR . '/stubs/', PHAN_DIR . '/stubs/',
], ],

View File

@@ -263,6 +263,7 @@ return [
// to `exclude_analysis_directory_list`. // to `exclude_analysis_directory_list`.
"exclude_analysis_directory_list" => [ "exclude_analysis_directory_list" => [
'htdocs/includes/', 'htdocs/includes/',
'htdocs/install/doctemplates/websites/',
'htdocs/core/class/lessc.class.php', // External library 'htdocs/core/class/lessc.class.php', // External library
PHAN_DIR . '/stubs/', PHAN_DIR . '/stubs/',
], ],

View File

@@ -92,6 +92,7 @@ return [
// to `exclude_analysis_directory_list`. // to `exclude_analysis_directory_list`.
"exclude_analysis_directory_list" => [ "exclude_analysis_directory_list" => [
'htdocs/includes/', 'htdocs/includes/',
'htdocs/install/doctemplates/websites/',
'htdocs/core/class/lessc.class.php', // External library 'htdocs/core/class/lessc.class.php', // External library
PHAN_DIR . '/stubs/', PHAN_DIR . '/stubs/',
], ],

View File

@@ -18,15 +18,15 @@
<h1>Error</h1> <h1>Error</h1>
<br> <br>
Sorry. You are not allowed to access this resource. Sorry. You are not allowed access to this resource.
<br> <br>
<br> <br>
No esta autorizado para acceder a este recurso. No esta autorizado para acceder a este recurso.
<br> <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> <hr>

View File

@@ -158,7 +158,7 @@ div#topmenu-global-search-dropdown a::after, div#topmenu-quickadd-dropdown a::af
/* /*
* MENU Dropdown * MENU Dropdown
*/ */
.login_block.usedropdown .logout-btn{ .login_block.usedropdown .logout-btn{
display: none; display: none;
} }