Skip to content

Commit 8902bf2

Browse files
committed
Fix: use new functions.php
1 parent e7e86b3 commit 8902bf2

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

newFolder-Migration-2021.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
<?php
2-
$dimensions = array();
3-
4-
5-
function readYaml($file)
6-
{
7-
return yaml_parse(
8-
file_get_contents($file)
9-
);
10-
}
2+
include "functions.php";
113

124
$dimensions = array(
135
"Culture and Organization" => readYaml("data/CultureandOrg.yml"),

0 commit comments

Comments
 (0)