- Created new directories and index files for controls, factory, and views. - Added .htaccess files for URL rewriting in layout and images directories. - Included a logo image in the layout/images directory. - Implemented load_prices.php to load ticket prices from the database into settings. - Developed admin panel settings page for enabling ticket sales. - Created tickets management page in the admin panel to display and edit ticket prices. - Added upgrade.php for database migrations, including creating the ticket_prices table and adding weekend price column.
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"host": "brzezovka.pl",
|
|
"username": "jacek@brzezovka.pl",
|
|
"password": "nKc36zNdv3fhh5qSRJu5",
|
|
"remotePath": "/public_html/tickets/",
|
|
"protocol": "ftp",
|
|
"port": 0,
|
|
"fileNameEncoding": "utf8",
|
|
"autoUpload": true,
|
|
"autoDelete": false,
|
|
"autoDownload": false,
|
|
"ignoreRemoteModification": true,
|
|
"ignore": [
|
|
".git",
|
|
"/.vscode",
|
|
"CLAUDE.md",
|
|
"/.sereana",
|
|
"/.claude",
|
|
".gitignore"
|
|
]
|
|
} |