Codebase list ohcount / multiarch-fixes/main test / gestalt_files / moodle / moodle.php
multiarch-fixes/main

Tree @multiarch-fixes/main (Download .tar.gz)

moodle.php @multiarch-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
<?php

class Sample
{
 $foo = '/moodle/blocks/';
}

?>