update Build-info.php route
All checks were successful
Generate Build Info / build-info (push) Successful in 2s

This commit is contained in:
carpentryplus25
2026-03-05 10:42:25 -05:00
parent 549a688bcf
commit bf252a58c4

View File

@@ -60,7 +60,7 @@ function dapper_get_build_identifier() {
return $build; return $build;
} }
$info_file = DAPPER_PATH . 'build-info.php'; $info_file = DAPPER_PATH . 'dapper/build-info.php';
if ( file_exists( $info_file ) && is_readable( $info_file ) ) { if ( file_exists( $info_file ) && is_readable( $info_file ) ) {
$info = include $info_file; $info = include $info_file;