Codebase list ohcount / bullseye-backports/main test / gestalt_files / moodle / moodle.php
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

moodle.php @bullseye-backports/mainraw · history · blame

1
2
3
4
5
6
7
8
<?php

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

?>