Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Updates path to order file

Author Dave Jarvis <email>
Date 2026-02-22 18:37:31 GMT-0800
Commit 89759e380fb4563c6f2022ecf2c762fea396d96e
Parent aa72644
model/RepositoryList.php
<?php
class RepositoryList {
+ private const ORDER_FILE = __DIR__ . '/../order.txt';
private const GIT_EXT = '.git';
- private const ORDER_FILE = '/order.txt';
private const GLOB_PATTERN = '/*';
private const HIDDEN_PREFIX = '.';
Delta 1 line added, 1 line removed