Home
last modified time | relevance | path

Searched refs:PageSecurity (Results 1 – 25 of 64) sorted by relevance

123

/dports/finance/weberp/webERP/
H A Dindex.php2 $PageSecurity = 0; variable
73 $PageSecurity = $_SESSION['PageSecurityArray'][$ScriptNameArray[0]]; variable
75 if ((in_array($PageSecurity, $_SESSION['AllowedPageSecurityTokens']) and $PageSecurity != '')) {
102 $PageSecurity = $_SESSION['PageSecurityArray'][$ScriptNameArray[0]]; variable
103 if ((in_array($PageSecurity, $_SESSION['AllowedPageSecurityTokens']) or !isset($PageSecurity))) {
134 $PageSecurity = $_SESSION['PageSecurityArray'][$ScriptNameArray[0]]; variable
135 if ((in_array($PageSecurity, $_SESSION['AllowedPageSecurityTokens']) or !isset($PageSecurity))) {
H A DZ_ClearPOBackOrders.php5 $PageSecurity =15; variable
H A DUpdateFavourites.php2 $PageSecurity=1; variable
H A DBackupDatabase.php3 $PageSecurity = 15; //hard coded in case database is old and PageSecurity stuff cannot be retrieved variable
H A DSalesAnalysis_UserDefined.php7 if (!in_array($PageSecurity,$_SESSION['AllowedPageSecurityTokens'])){
H A DManualContents.php20 $PageSecurity = 0; variable
H A DZ_ExportSalesAnalysis.php12 $PageSecurity=15; variable
H A DUpgradeDatabase.php3 $PageSecurity = 15; //hard coded in case database is old and PageSecurity stuff cannot be retrieved variable
H A DEDISendInvoices_Reece.php5 $PageSecurity =15; variable
/dports/finance/weberp/webERP/includes/
H A Dsession.php246 $PageSecurity = $_SESSION['PageSecurityArray'][basename($_SERVER['SCRIPT_NAME']) ]; variable
250 if ((!in_array($PageSecurity, $_SESSION['AllowedPageSecurityTokens']) or !isset($PageSecurity))) {
/dports/x11-fm/konqueror/konqueror-21.12.3/src/
H A Dkonqview.h58 KonqMainWindow::PageSecurity pageSecurity;
270 KonqMainWindow::PageSecurity pageSecurity() const in pageSecurity()
603 KonqMainWindow::PageSecurity m_pageSecurity;
H A Dkonqmainwindow.h82 enum PageSecurity { NotCrypted, Encrypted, Mixed }; enum
216 void setPageSecurity(PageSecurity);
H A Dkonqview.cpp654 m_pageSecurity = static_cast<KonqMainWindow::PageSecurity>(pageSecurity); in setPageSecurity()
1272 pageSecurity = static_cast<KonqMainWindow::PageSecurity>(config.readEntry( in loadItem()
H A Dkonqmainwindow.cpp3376 void KonqMainWindow::setPageSecurity(PageSecurity pageSecurity) in setPageSecurity()
/dports/finance/weberp/webERP/locale/zh_CN.utf8/Manual/
H A DManualAPIFunctions.php4 $PageSecurity = 1; variable
/dports/finance/weberp/webERP/locale/zh_HK.utf8/Manual/
H A DManualAPIFunctions.php4 $PageSecurity = 1; variable
/dports/finance/weberp/webERP/api/
H A Dapi_session.inc43 // Now check that the user as logged in has access to the page being called. The $PageSecurity
H A Dapi_stock.php275 $PageSecurity =11; //The authorisation required to go to the stock modification script
276 if ((!in_array($PageSecurity, $_SESSION['AllowedPageSecurityTokens']))) {
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_part.h1276 enum PageSecurity { NotCrypted, Encrypted, Mixed }; enum
1277 void setPageSecurity(PageSecurity sec);
/dports/finance/weberp/webERP/reportwriter/admin/
H A DReportCreator.php21 $PageSecurity = 2; // set security level for webERP variable
/dports/finance/weberp/webERP/sql/mysql/
H A Dupgrade2.9-2.9a.sql5PageSecurity = 1 allowed only. In addition, the customer code and branch code applicable to the pe…
/dports/finance/weberp/webERP/doc/
H A DCHANGELOG_ARCHIVE.md1421 | PageSecurity.php fix bug that prevented updates to Security Token for a particular script. | | T…
1498 | Change PageSecurity array variable name to PageSecurityArray - caused problems with conflict with…
2880 …rastructure to the api_php.php script - now just to add the checking $PageSecurity variable in_arr…
4362 | ShiptsList.php fix table string display - was shifted one column changed to set $PageSecurity bef…
4390 … analysis report and mails it to an email account. This script has no PageSecurity nor any output …
4402 | Modified all scripts to have the variable $PageSecurity also config.php to allow definition of se…
H A DCHANGELOG.md62 | PageSecurity.php: Fix typo in variable name. | Fixed | Tim Schofield | 2019-09-16 | [View](https:…
/dports/finance/weberp/webERP/sql/mysql/country_sql/
H A Dweberpchina.sql3669 …for which there has been no purchase invoice matched off against.'),('PageSecurity.php',15,''),('P…
H A Ddefault.sql7142 INSERT INTO `scripts` VALUES ('PageSecurity.php',15,'Changes the security token of a script');

123