This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Function DynamicSecurity() | |
| Local string &URI, &Protocal, &ServerName, &LogFile, &External, &userID; | |
| Local number &ProtocalLength, &ServerNameEnd, &ServerNameLength; | |
| Local File &MyFile; | |
| /* Get Login URI */ | |
| &URI = %Request.ContentURI; | |
| /* Determine if SSL is used */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import PT_RCF:ServiceInterface; | |
| class SampleApp extends PT_RCF:ServiceInterface | |
| method Execute(); | |
| end-class; | |
| method Execute | |
| /+ Extends/implements PT_RCF:ServiceInterface.execute +/ | |
| MessageBox(0, "Test", 0, 0, "Injecting Code"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html dir=ltr lang=en> | |
| <head> | |
| <title><%=138%></title> | |
| <meta http-equiv="X-UA-Compatible" content="IE=Edge"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta name="viewport" content="width=device-width,user-scalable=yes" /> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <meta name="mobile-web-app-capable" content="yes"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function setLogin(defaultURL) { | |
| var docLoc = new String(document.location); | |
| var deepURL = ""; | |
| var iLast = docLoc.lastIndexOf("?&"); | |
| if (docLoc.length == (iLast + 2)) { | |
| docLoc = docLoc.substring(0, iLast); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # psadmin.io customizations | |
| # at the bottom of the file | |
| 138=HR92DMO | Login | |
| 8999=DEMO | |
| 9000=https://hr.psadmin.io/psp/ps/?cmd=login | |
| 9001=https://fs.psadmin.io/psp/ps/?cmd=login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function check_filesystem() { | |
| # ------------------- | |
| # Removed Excess Code | |
| # ------------------- | |
| ElseIf ("${global:env_type}" -eq "dbtier") { | |
| check_disk_space "${disk_drive}" 75 "Checking if Folder ${global:psft_base_dir} has Enough Space" | |
| } | |
| Else { | |
| # Change the value in this line to adjust the disk space requirements | |
| check_disk_space "${disk_drive}" 80 "Checking if Folder ${global:psft_base_dir} has Enough Space" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node default { | |
| include ::pt_role::pt_tools_pia | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| appserver_domain_list: | |
| "%{hiera('appserver_domain_name')}": | |
| os_user: "%{hiera('domain_user')}" | |
| ps_cfg_home_dir: "%{hiera('ps_config_home')}" | |
| template_type: small | |
| db_settings: | |
| db_name: "%{hiera('db_name')}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WL_EXTENDED %{IPORHOST:clientip}\t%{USER:auth}\t%{WL_TIMESTAMP:timestamp}\t%{WORD:verb}\t%{NOTSPACE:request}\t%{NUMBER:response}\t%{NUMBER:bytes}\t%{WL_WEB_SERVER:webserver}\t%{QS:useragent}\t%{NUMBER:duration} | |
| WL_TIMESTAMP %{YEAR}-%{MONTHNUM}-%{MONTHDAY}\t%{TIME} | |
| WL_WEB_SERVER %{IPORHOST:server}\:%{NUMBER:port} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT p.projectname, | |
| p.lastupdoprid, | |
| p.lastupddttm, | |
| CASE PI.OBJECTTYPE | |
| WHEN 0 | |
| THEN 'Records' | |
| WHEN 1 | |
| THEN 'Indexes' | |
| WHEN 2 | |
| THEN 'Fields' |
OlderNewer