Skip to content

Commit 946e8ad

Browse files
committed
Modified examples generator script to use p5
1 parent a6bffb6 commit 946e8ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate/examples.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require('lib/Example.class.php');
44
$benchmark_start = microtime_float();
55
$local = false;
6-
define('EXAMPLESOURCEDIR', '../content/examples/');
6+
define('EXAMPLESOURCEDIR', '../content/examples_p5/');
77
$path = BASEDIR;
88
$where = EXAMPLESOURCEDIR;
99
$there = CONTENTDIR;

0 commit comments

Comments
 (0)