GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/ingenue.git
master
SoC2009: Web-based application to generate Linux systems for installation
Eitan Mosenkis (eudyptula) <eitan@mosenkis.net>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
include
/
includes.php
blob: d20c3ac1c31ecb6f915c88d0a45fee79ed133cbe (
plain
)
1
2
3
4
<?php
foreach
(
glob
(
BACKEND
.
'/bundlers/*.php'
)
as
$file
)
require_once
(
$file
);
?>