Compare commits

...

2 Commits

Author SHA1 Message Date
jric11 23628bc7cf modifed project from baseProject to putnamrec 2026-08-20 07:51:45 -04:00
jric11 93020ee4aa modifed project from baseProject to putnamrec 2026-08-20 07:50:55 -04:00
5 changed files with 25 additions and 25 deletions
+18 -18
View File
@@ -13,8 +13,8 @@ class Base {
// Constants // Constants
// ========= // =========
const APPLICATION_NAME = "BaseProject"; const APPLICATION_NAME = "Putnam REC";
const APPLICATION_MNEMONIC = "BASEPROJECT"; const APPLICATION_MNEMONIC = "PUTNAMREX";
const VERSION = "1.00"; const VERSION = "1.00";
const TIMEZONE = "America/New_York"; const TIMEZONE = "America/New_York";
@@ -22,22 +22,22 @@ class Base {
// Session Variables // Session Variables
// ================= // =================
const ENVIRONMENT = "BASEPROJECT_ENVIRONMENT"; const ENVIRONMENT = "PUTNAMREC_ENVIRONMENT";
const ACTIVE_SESSION = "BASEPROJECT_ACTIVE_SESSION"; const ACTIVE_SESSION = "PUTNAMREC_ACTIVE_SESSION";
const USER_SERIAL = "BASEPROJECT_USER_SERIAL"; const USER_SERIAL = "PUTNAMREC_USER_SERIAL";
const USER_NAME = "BASEPROJECT_USER_NAME"; const USER_NAME = "PUTNAMREC_USER_NAME";
const USER_FULL_NAME = "BASEPROJECT_USER_FULL_NAME"; const USER_FULL_NAME = "PUTNAMREC_USER_FULL_NAME";
const USER_EMAIL = "BASEPROJECT_USER_EMAIL"; const USER_EMAIL = "PUTNAMREC_USER_EMAIL";
const USER_ROLE = "BASEPROJECT_USER_ROLE"; const USER_ROLE = "PUTNAMREC_USER_ROLE";
const USER_AUTHENTICATED = "BASEPROJECT_USER_AUTHENTICATED"; const USER_AUTHENTICATED = "PUTNAMREC_USER_AUTHENTICATED";
const REPORTS_GET = "BASEPROJECT_REPORTS_GET"; const REPORTS_GET = "PUTNAMREC_REPORTS_GET";
const REPORTS_POST = "BASEPROJECT_REPORTS_POST"; const REPORTS_POST = "PUTNAMREC_REPORTS_POST";
const THEME = "BASEPROJECT_THEME"; const THEME = "PUTNAMREC_THEME";
const AJAX = "BASEPROJECT_AJAX"; const AJAX = "PUTNAMREC_AJAX";
const TODAY = "BASEPROJECT_TODAY"; const TODAY = "PUTNAMREC_TODAY";
const COPYRIGHT = "BASEPROJECT_COPYRIGHT"; const COPYRIGHT = "PUTNAMREC_COPYRIGHT";
const PAGE = "BASEPROJECT_PAGE"; const PAGE = "PUTNAMREC_PAGE";
const PAGINATION_PAGE = "BASEPROJECT_PAGINATION_PAGE"; const PAGINATION_PAGE = "PUTNAMREC_PAGINATION_PAGE";
// ================= // =================
// Class Constructor // Class Constructor
+2 -2
View File
@@ -1,6 +1,6 @@
copy.src.files=true copy.src.files=true
copy.src.on.open=false copy.src.on.open=false
copy.src.target=W:\\clients\\onesourceits\\baseProject copy.src.target=W:\\clients\\putnamrec\\website
index.file=index.php index.file=index.php
run.as=LOCAL run.as=LOCAL
url=http://ositsdevels/clients/onesourceits/baseProject/ url=http://ositsdevels/clients/putnamrec/website
+1 -1
View File
@@ -3,7 +3,7 @@
<type>org.netbeans.modules.php.project</type> <type>org.netbeans.modules.php.project</type>
<configuration> <configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1"> <data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>baseProject</name> <name>putnamrec</name>
</data> </data>
</configuration> </configuration>
</project> </project>
+3 -3
View File
@@ -5,9 +5,9 @@
<ApplicationName>BaseProject</ApplicationName> <ApplicationName>BaseProject</ApplicationName>
<DatabaseServer>192.168.1.190</DatabaseServer> <DatabaseServer>192.168.1.190</DatabaseServer>
<DatabaseName>baseproject</DatabaseName> <DatabaseName>putnamrec</DatabaseName>
<DatabaseUser>bpuser</DatabaseUser> <DatabaseUser>pcrecusr</DatabaseUser>
<DatabasePassword>bppass123</DatabasePassword> <DatabasePassword>gs2jOI98OZbmUXaM</DatabasePassword>
<SmtpServer>smtp.gmail.com</SmtpServer> <SmtpServer>smtp.gmail.com</SmtpServer>
<SmtpUserName>info@onesourceits.com</SmtpUserName> <SmtpUserName>info@onesourceits.com</SmtpUserName>
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="col text-center"> <div class="col text-center">
<span class="text-primary fw-bold" style="font-size: 2rem;"> <span class="text-primary fw-bold" style="font-size: 2rem;">
<!--<i class="bi bi-cloud me-2"></i>--> <!--<i class="bi bi-cloud me-2"></i>-->
Base Project Template Putnam County REC
</span> </span>
</div> </div>